mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
Fix selector
This commit is contained in:
parent
cb4a651d18
commit
922f2db583
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ function tagInputButtons(event: MouseEvent) {
|
|||
|
||||
for (const [ name, action ] of Object.entries(actions)) {
|
||||
if (target && target.matches(`#tagsinput-${name}`)) {
|
||||
action($<HTMLTextAreaElement>('image_tag_input'));
|
||||
action($<HTMLTextAreaElement>('#image_tag_input'));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue