зеркало из https://github.com/mozilla/gecko-dev.git
Bug 944681 - Don't fire inputcontextchange on selection change from mouseup. r=yxl
--HG-- extra : rebase_source : bd6286e8bdec2ceb081d837d9341b54ca69a1886
This commit is contained in:
Родитель
a9d1fccb64
Коммит
c4f182ab0d
|
@ -396,7 +396,6 @@ let FormAssistant = {
|
|||
range = getSelectionRange(this.focusedElement);
|
||||
if (range[0] !== this.selectionStart ||
|
||||
range[1] !== this.selectionEnd) {
|
||||
this.sendKeyboardState(this.focusedElement);
|
||||
this.updateSelection();
|
||||
}
|
||||
break;
|
||||
|
|
Загрузка…
Ссылка в новой задаче