mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 21:33:09 +02:00
typo
This commit is contained in:
parent
2b4c218d37
commit
8a84150eea
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class Autocomplete {
|
|||
* [Private] サジェストを閉じます。
|
||||
*/
|
||||
close() {
|
||||
if (this.suggestion == nul) return;
|
||||
if (this.suggestion == null) return;
|
||||
|
||||
this.suggestion.unmount();
|
||||
this.suggestion = null;
|
||||
|
|
Loading…
Reference in a new issue