Skip to content

Commit 17a1e56

Browse files
committed
Add new example
1 parent 101a637 commit 17a1e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ const renderSpectrogram = async (data) => {
354354
}
355355
resumeElement.appendChild(resumeImg)
356356

357-
const innerElement = document.querySelector('.inner')
357+
const innerElement = document.querySelector('.chart')
358358
let target
359359
if (!innerElement) {
360360
target = document.createElement('div')

0 commit comments

Comments
 (0)