mirror of
https://github.com/ytliu74/obsidian-pseudocode.git
synced 2026-07-22 07:40:25 +00:00
new release 1.1.2
This commit is contained in:
parent
f64e527248
commit
6513d11b3c
1 changed files with 0 additions and 1 deletions
1
main.ts
1
main.ts
|
|
@ -224,7 +224,6 @@ class PseudocodeSuggestor extends EditorSuggest<string> {
|
|||
value.toLowerCase().startsWith(query.toLowerCase())
|
||||
);
|
||||
|
||||
// console.log(suggestions);
|
||||
return suggestions;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue