diff options
Diffstat (limited to 'morphic.js')
| -rw-r--r-- | morphic.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7402,6 +7402,7 @@ StringMorph.prototype.selectionStartSlot = function () { }; StringMorph.prototype.clearSelection = function () { + if (!this.currentlySelecting && this.startMark === 0 && this.endMark === 0) return; this.currentlySelecting = false; this.startMark = 0; this.endMark = 0; |
