Buttons container has an inner toolbar
Consider this when adding new buttons without insertBefore/insertAfter definition Fixes #2194
This commit is contained in:
parent
5af9fcbfdc
commit
ad67c9ab09
|
|
@ -281,7 +281,7 @@
|
|||
this.$fixedButtons.append($button)
|
||||
}
|
||||
else {
|
||||
this.$buttons.append($button)
|
||||
$('[data-control="toolbar"]', this.$buttons).append($button)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue