forked from mbk-lab/rui_orig
Bug fixing
This commit is contained in:
parent
43a8b9fe58
commit
b7a0aa9a6d
|
@ -1992,6 +1992,10 @@ function mouseLeaveEvent(element, event) {
|
|||
sendMessage("mouse-leave{session=" + sessionID + ",id=" + element.id + mouseEventData(element, event) + "}");
|
||||
}
|
||||
|
||||
function stopEventPropagation(element, event) {
|
||||
event.stopPropagation();
|
||||
}
|
||||
|
||||
function setCssVar(tag, value) {
|
||||
const root = document.querySelector(':root');
|
||||
if (root) {
|
||||
|
|
Loading…
Reference in New Issue