mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-02-02 03:19:36 +01:00
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) => {
|
themeSetting.saved = (parent) => {
|
||||||
|
|
||||||
|
customTheme.edit.close();
|
||||||
|
|
||||||
themeSetting.control.saved = {
|
themeSetting.control.saved = {
|
||||||
savedElement: node('div|class:theme-custom'),
|
savedElement: node('div|class:theme-custom'),
|
||||||
customHelper: new Control_helperText({
|
customHelper: new Control_helperText({
|
||||||
|
Loading…
Reference in New Issue
Block a user