mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-04 07:26:29 +09:00
typo
This commit is contained in:
@ -88,7 +88,7 @@ class Autocomplete {
|
||||
* [Private] サジェストを閉じます。
|
||||
*/
|
||||
close() {
|
||||
if (this.suggestion == nul) return;
|
||||
if (this.suggestion == null) return;
|
||||
|
||||
this.suggestion.unmount();
|
||||
this.suggestion = null;
|
||||
|
Reference in New Issue
Block a user