This commit is contained in:
the-djmaze 2023-08-21 17:12:24 +02:00
parent 4e04461f80
commit 54344a5b54

View file

@ -69,6 +69,8 @@ class SquireUI
clr.value = '';
clr.onchange = () => squire.setStyle({[name]:clr.value});
// Chrome 110+ https://github.com/the-djmaze/snappymail/issues/1199
// clr.oninput = () => squire.setStyle({[name]:clr.value});
setTimeout(()=>clr.click(),1);
},