edit tags dialog: initialize autocomplete in onShow (instead of onLoad) because of xhr

master
Andrew Dolgov 4 years ago
parent 8de2100cf7
commit e86b2e60d3

@ -295,7 +295,7 @@ const Article = {
},
});
const tmph = dojo.connect(dialog, 'onLoad', function () {
const tmph = dojo.connect(dialog, 'onShow', function () {
dojo.disconnect(tmph);
new Ajax.Autocompleter('tags_str', 'tags_choices',

Loading…
Cancel
Save