mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-09 00:49:07 +08:00
Merge pull request #7357 from rekonder/aj_SCI_10505
Fix last tag deletion [SCI-10505]
This commit is contained in:
commit
304cf5a0d0
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@
|
|||
HelperModule.flashAlertMsg(I18n.t('general.no_permissions'), 'danger');
|
||||
}
|
||||
});
|
||||
} else {
|
||||
} else if (lastTag.length > 0) {
|
||||
newTag = {
|
||||
tag: {
|
||||
name: lastTag.find('.tag-label').html(),
|
||||
|
|
Loading…
Reference in a new issue