0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2024-12-22 07:13:08 -05:00

Always save selection on blur.

Hopefully fixes #194
This commit is contained in:
Neil Jenkins 2016-05-18 18:07:55 +10:00
parent 1f4baefda4
commit f7774c8cf3
3 changed files with 3 additions and 1 deletions

View file

@ -2642,6 +2642,7 @@ proto.getSelection = function () {
};
function enableRestoreSelection () {
this.getSelection();
this._restoreSelection = true;
}
function disableRestoreSelection () {

File diff suppressed because one or more lines are too long

View file

@ -428,6 +428,7 @@ proto.getSelection = function () {
};
function enableRestoreSelection () {
this.getSelection();
this._restoreSelection = true;
}
function disableRestoreSelection () {