mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
disable cut renumbering of OLs so cut paste works
This commit is contained in:
parent
83e6591f1a
commit
a67664055d
1 changed files with 5 additions and 2 deletions
|
@ -4863,8 +4863,11 @@ function Ace2Inner(){
|
||||||
$(document).on("keypress", handleKeyEvent);
|
$(document).on("keypress", handleKeyEvent);
|
||||||
$(document).on("keyup", handleKeyEvent);
|
$(document).on("keyup", handleKeyEvent);
|
||||||
$(document).on("click", handleClick);
|
$(document).on("click", handleClick);
|
||||||
// $(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
|
// Disabled: https://github.com/ether/etherpad-lite/issues/2546
|
||||||
|
// Will break OL re-numbering: https://github.com/ether/etherpad-lite/pull/2533
|
||||||
|
// $(document).on("cut", handleCut);
|
||||||
|
|
||||||
$(root).on("blur", handleBlur);
|
$(root).on("blur", handleBlur);
|
||||||
if (browser.msie)
|
if (browser.msie)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue