mirror of
https://github.com/fastmail/Squire.git
synced 2024-12-22 07:13:08 -05:00
parent
1f4baefda4
commit
f7774c8cf3
3 changed files with 3 additions and 1 deletions
|
@ -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
|
@ -428,6 +428,7 @@ proto.getSelection = function () {
|
|||
};
|
||||
|
||||
function enableRestoreSelection () {
|
||||
this.getSelection();
|
||||
this._restoreSelection = true;
|
||||
}
|
||||
function disableRestoreSelection () {
|
||||
|
|
Loading…
Reference in a new issue