Skip to content
Snippets Groups Projects
Commit 8a84150e authored by syuilo's avatar syuilo
Browse files

typo

parent 2b4c218d
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ class Autocomplete {
* [Private] サジェストを閉じます。
*/
close() {
if (this.suggestion == nul) return;
if (this.suggestion == null) return;
this.suggestion.unmount();
this.suggestion = null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment