Update tags selector after updating/creating/deleting a tag (#3254)
This commit is contained in:
parent
28b6872b56
commit
1893eb9f65
1 changed files with 3 additions and 0 deletions
|
@ -388,6 +388,9 @@ function update_tags(response)
|
|||
message_list_select(list);
|
||||
}
|
||||
|
||||
// reset tag selector popup
|
||||
tag_selector_element = null;
|
||||
|
||||
// @TODO: sort tags by name/prio
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue