Reduce debounce

This commit is contained in:
Tom Moor
2026-06-09 23:01:33 -04:00
parent b3d4563730
commit e1b2993bca
+1 -1
View File
@@ -224,7 +224,7 @@ export default function FindAndReplace({
}) => { }) => {
editor.commands.find(attrs); editor.commands.find(attrs);
}, },
250 100
), ),
[editor.commands] [editor.commands]
); );