mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
temp fix for cut paste but might break some OL functionality
This commit is contained in:
parent
17db8ed4a4
commit
83e6591f1a
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue