[DE] test theme switching
This commit is contained in:
parent
3dbd2eb411
commit
b88834d465
|
@ -1115,6 +1115,12 @@ define([
|
|||
|
||||
$('#editor-container').css('overflow', '');
|
||||
$('.doc-placeholder').remove();
|
||||
|
||||
$('#header-logo').children(0).click(e => {
|
||||
e.stopImmediatePropagation();
|
||||
|
||||
$(':root').toggleClass('theme-dark');
|
||||
})
|
||||
},
|
||||
|
||||
onLicenseChanged: function(params) {
|
||||
|
|
Loading…
Reference in a new issue