Apply editor theme to autocomplete popup
This commit is contained in:
parent
98dc63cce4
commit
f9fcf49c66
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ var Autocomplete = function() {
|
|||
var renderer = editor.renderer;
|
||||
if (!keepPopupPosition) {
|
||||
this.popup.setRow(0);
|
||||
this.popup.setTheme(editor.getTheme());
|
||||
this.popup.setFontSize(editor.getFontSize());
|
||||
|
||||
var lineHeight = renderer.layerConfig.lineHeight;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue