Skip to content

Commit a337896

Browse files
committed
fixes a bug in the HTML field popovers (fixes #138)
1 parent 4fe6fee commit a337896

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arc/js/entries/html.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ HTMLEntry.prototype.OnRendered = function(id) {
4444
}
4545

4646
$('#' + this.id).summernote({
47+
dialogsInBody: true,
4748
popover: {
4849
image: [],
4950
link: [],

0 commit comments

Comments
 (0)