mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 22:17:59 +01:00
Text zoom level rememberization magic.
This commit is contained in:
@@ -1363,7 +1363,8 @@ var CommandLine = Module("commandline", {
|
||||
*/
|
||||
preview: function preview() {
|
||||
this.previewClear();
|
||||
if (this.wildIndex < 0 || this.suffix || !this.activeContexts.length || this.waiting)
|
||||
if (this.wildIndex < 0 || this.caret < this.input.value.length
|
||||
|| !this.activeContexts.length || this.waiting)
|
||||
return;
|
||||
|
||||
let substring = "";
|
||||
|
||||
Reference in New Issue
Block a user