Buttons container has an inner toolbar

Consider this when adding new buttons without insertBefore/insertAfter definition
Fixes #2194
This commit is contained in:
Samuel Georges 2016-07-23 09:53:23 +10:00
parent 5af9fcbfdc
commit ad67c9ab09
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@
this.$fixedButtons.append($button)
}
else {
this.$buttons.append($button)
$('[data-control="toolbar"]', this.$buttons).append($button)
}
}