diff --git a/src/math-editor.js b/src/math-editor.js index 1178e716..6fadfd14 100644 --- a/src/math-editor.js +++ b/src/math-editor.js @@ -93,7 +93,7 @@ export function init( onFocusChanged() }) .on('keydown', onKeyDown) - .on('paste', (e) => e.stopPropagation()) + .on('paste drop', (e) => e.stopPropagation()) function onKeyDown(e) { if ($('.rich-text-editor-overlay').is(':visible')) return