mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 06:37:10 -04:00
Selection bubble on iOS5 now doesn't hide anymore after a splitsecond.
This commit is contained in:
parent
7e4bba0e31
commit
66e616304d
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ function OUTER(gscope)
|
||||||
else parenModule.notifyTick();
|
else parenModule.notifyTick();
|
||||||
}
|
}
|
||||||
recolorModule.recolorLines();
|
recolorModule.recolorLines();
|
||||||
if (cs.selectionAffected)
|
if (cs.selectionAffected && !(browser.safari && (type == "applyChangesToBase" || type == "idleWorkTimer")))
|
||||||
{
|
{
|
||||||
updateBrowserSelectionFromRep();
|
updateBrowserSelectionFromRep();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue