[DE] test theme switching

This commit is contained in:
Maxim Kadushkin 2020-12-17 12:33:32 +03:00
parent 3dbd2eb411
commit b88834d465

View file

@ -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) {