mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 14:20:36 +08:00
chore(client): remove unnecessary log
This commit is contained in:
parent
9d03d52f28
commit
138611beaf
1 changed files with 0 additions and 1 deletions
|
|
@ -179,7 +179,6 @@ export default class JumpToNoteDialog extends BasicWidget {
|
|||
|
||||
// If we restored a command mode value, manually trigger command display
|
||||
if (this.isCommandMode) {
|
||||
console.log("DEBUG: Restoring command mode, clearing and showing commands");
|
||||
// Clear the value first, then set it to ">" to trigger a proper change
|
||||
this.$autoComplete.autocomplete("val", "");
|
||||
noteAutocompleteService.showAllCommands(this.$autoComplete);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue