mirror of
https://github.com/fastmail/Squire.git
synced 2024-12-31 11:54:03 -05:00
parent
1f4baefda4
commit
f7774c8cf3
3 changed files with 3 additions and 1 deletions
|
@ -2642,6 +2642,7 @@ proto.getSelection = function () {
|
||||||
};
|
};
|
||||||
|
|
||||||
function enableRestoreSelection () {
|
function enableRestoreSelection () {
|
||||||
|
this.getSelection();
|
||||||
this._restoreSelection = true;
|
this._restoreSelection = true;
|
||||||
}
|
}
|
||||||
function disableRestoreSelection () {
|
function disableRestoreSelection () {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -428,6 +428,7 @@ proto.getSelection = function () {
|
||||||
};
|
};
|
||||||
|
|
||||||
function enableRestoreSelection () {
|
function enableRestoreSelection () {
|
||||||
|
this.getSelection();
|
||||||
this._restoreSelection = true;
|
this._restoreSelection = true;
|
||||||
}
|
}
|
||||||
function disableRestoreSelection () {
|
function disableRestoreSelection () {
|
||||||
|
|
Loading…
Reference in a new issue