mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 19:43:32 +00:00
[Client] Fix bug
This commit is contained in:
@@ -12,6 +12,10 @@ class Autocomplete {
|
||||
constructor(textarea) {
|
||||
this.suggestion = null;
|
||||
this.textarea = textarea;
|
||||
|
||||
this.onInput = this.onInput.bind(this);
|
||||
this.complete = this.complete.bind(this);
|
||||
this.close = this.close.bind(this);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user