mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 22:27: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();
|
||||
}
|
||||
recolorModule.recolorLines();
|
||||
if (cs.selectionAffected)
|
||||
if (cs.selectionAffected && !(browser.safari && (type == "applyChangesToBase" || type == "idleWorkTimer")))
|
||||
{
|
||||
updateBrowserSelectionFromRep();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue