fix custom theme edit state on menu open
This commit is contained in:
parent
59addd5418
commit
171f5994ef
|
@ -279,6 +279,8 @@ themeSetting.preset = (parent) => {
|
|||
|
||||
themeSetting.saved = (parent) => {
|
||||
|
||||
customTheme.edit.close();
|
||||
|
||||
themeSetting.control.saved = {
|
||||
savedElement: node('div|class:theme-custom'),
|
||||
customHelper: new Control_helperText({
|
||||
|
|
Loading…
Reference in New Issue