mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 05:54:12 +01:00
Remove leftover dump statement.
This commit is contained in:
@@ -41,7 +41,7 @@ var Editor = Module("editor", {
|
||||
get isTextEdit() modes.getStack(1).main == modes.TEXT_EDIT,
|
||||
|
||||
deselectText: function () {
|
||||
if (this.selection)
|
||||
if (this.selection && this.selection.focusNode)
|
||||
this.selection.collapse(this.selection.focusNode,
|
||||
this.selection.focusOffset);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user