Skip to content

Commit cce2bcf

Browse files
authored
Update web/libs/editor/src/tags/object/AudioUltra/view.tsx
1 parent 0a2cca9 commit cce2bcf

File tree

1 file changed

+0
-1
lines changed
  • web/libs/editor/src/tags/object/AudioUltra

1 file changed

+0
-1
lines changed

web/libs/editor/src/tags/object/AudioUltra/view.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ const AudioUltraView: FC<AudioUltraProps> = ({ item, settings = {}, changeSettin
217217
const handleWindowingFunctionChange = useCallback(
218218
(windowFunction: WindowFunctionType) => {
219219
setSpectrogramWindowingFunction(windowFunction);
220-
// changeSetting('spectrogramWindowingFunction', windowFunction);
221220
spectrogramControls.setWindowingFunction(windowFunction);
222221
},
223222
[changeSetting, spectrogramControls],

0 commit comments

Comments
 (0)