mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-29 08:25:41 +08:00
Fix remove tag on backspace [SCI-6542] (#4108)
This commit is contained in:
parent
0fa2e5f30b
commit
047c1620de
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@
|
|||
function initTagsSelector() {
|
||||
var myModuleTagsSelector = '#module-tags-selector';
|
||||
|
||||
dropdownSelector.init(myModuleTagsSelector, {
|
||||
dropdownSelector.init($(myModuleTagsSelector), {
|
||||
closeOnSelect: true,
|
||||
tagClass: 'my-module-white-tags',
|
||||
tagStyle: (data) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue