diff --git a/src/static/js/ace2_inner.js b/src/static/js/ace2_inner.js index aa4bf6c7..4305e9b4 100644 --- a/src/static/js/ace2_inner.js +++ b/src/static/js/ace2_inner.js @@ -4863,7 +4863,8 @@ function Ace2Inner(){ $(document).on("keypress", handleKeyEvent); $(document).on("keyup", handleKeyEvent); $(document).on("click", handleClick); - $(document).on("cut", handleCut); + // $(document).on("cut", handleCut); // Disabled: https://github.com/ether/etherpad-lite/issues/2546 + // Disabling this can break OL numbering: https://github.com/ether/etherpad-lite/pull/2533 $(root).on("blur", handleBlur); if (browser.msie) {