mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 09:27:58 +01:00
Fix last commit.
This commit is contained in:
@@ -358,9 +358,9 @@ const JavaScript = Module("javascript", {
|
||||
let args = {
|
||||
completer: compl,
|
||||
anchored: true,
|
||||
filter: string || "",
|
||||
filter: last == null ? key : string,
|
||||
last: last,
|
||||
prefix: key || ""
|
||||
prefix: last != null ? key : ""
|
||||
};
|
||||
|
||||
this.context.forceAnchored = true;
|
||||
|
||||
Reference in New Issue
Block a user