mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 09:48:00 +01:00
Cleanup liberator.open. Ted, please, just once, format your code correctly. Thanks.
This commit is contained in:
@@ -638,8 +638,6 @@ CompletionContext.prototype = {
|
||||
for (let type in this.selectionTypes)
|
||||
this.highlight(0, 0, type);
|
||||
|
||||
this.cancelAll();
|
||||
|
||||
this.contextList = [];
|
||||
this.offset = 0;
|
||||
this.process = [];
|
||||
@@ -649,6 +647,8 @@ CompletionContext.prototype = {
|
||||
this.updateAsync = false;
|
||||
this.waitingForTab = false;
|
||||
|
||||
this.cancelAll();
|
||||
|
||||
if (this.editor)
|
||||
{
|
||||
this.value = this.editor.selection.focusNode.textContent;
|
||||
|
||||
Reference in New Issue
Block a user