You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought you know how to read? See reference. Or bugs for various browsers. But up to you if you want to fix this or not. But honestly I don't think it's problem in your script because in all cases it's not a good idea to use CSS coz the whole page will break. And this issue are caused by inherit
ContentEditable is an edge case. The browser use
inherit
by default on all nodes, but does not allow setting it to""
.Reference Matt-Esch/virtual-dom#176
The text was updated successfully, but these errors were encountered: