mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-22 22:04:43 +08:00
Idea for #1199
This commit is contained in:
parent
4e04461f80
commit
54344a5b54
1 changed files with 2 additions and 0 deletions
2
dev/External/SquireUI.js
vendored
2
dev/External/SquireUI.js
vendored
|
@ -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);
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue