fixed #1163, dark theme flaw
This commit is contained in:
parent
b73955a912
commit
ab5489baa0
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
||||||
resolve: resolve,
|
resolve: resolve,
|
||||||
reject: reject
|
reject: reject
|
||||||
});
|
});
|
||||||
this.$el.closest('body').append(dialog.el);
|
this.$el.append(dialog.el);
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
},
|
},
|
||||||
i18n_with_links: function() {
|
i18n_with_links: function() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue