1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 02:05:47 +02:00
This commit is contained in:
syuilo
2017-02-19 07:24:31 +09:00
parent 2b4c218d37
commit 8a84150eea

View File

@@ -88,7 +88,7 @@ class Autocomplete {
* [Private] サジェストを閉じます。
*/
close() {
if (this.suggestion == nul) return;
if (this.suggestion == null) return;
this.suggestion.unmount();
this.suggestion = null;