typo
This commit is contained in:
parent
5a6dd6c9f1
commit
f73eb63ac4
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