mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 17:29:05 +01:00
typo
This commit is contained in:
parent
5a6dd6c9f1
commit
f73eb63ac4
@ -88,7 +88,7 @@ class Autocomplete {
|
|||||||
* [Private] サジェストを閉じます。
|
* [Private] サジェストを閉じます。
|
||||||
*/
|
*/
|
||||||
close() {
|
close() {
|
||||||
if (this.suggestion == nul) return;
|
if (this.suggestion == null) return;
|
||||||
|
|
||||||
this.suggestion.unmount();
|
this.suggestion.unmount();
|
||||||
this.suggestion = null;
|
this.suggestion = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user