Update ui.js
This commit is contained in:
parent
4b84b9c4ae
commit
22628d1ccc
|
|
@ -582,9 +582,11 @@ const UI = {
|
||||||
if (anchor.classList.contains("noVNC_right")) {
|
if (anchor.classList.contains("noVNC_right")) {
|
||||||
WebUtil.writeSetting('controlbar_pos', 'left');
|
WebUtil.writeSetting('controlbar_pos', 'left');
|
||||||
anchor.classList.remove("noVNC_right");
|
anchor.classList.remove("noVNC_right");
|
||||||
|
document.getElementById("noVNC_control_bar_handle").style.left = "40px";
|
||||||
} else {
|
} else {
|
||||||
WebUtil.writeSetting('controlbar_pos', 'right');
|
WebUtil.writeSetting('controlbar_pos', 'right');
|
||||||
anchor.classList.add("noVNC_right");
|
anchor.classList.add("noVNC_right");
|
||||||
|
document.getElementById("noVNC_control_bar_handle").style.left = "-20px";
|
||||||
}
|
}
|
||||||
|
|
||||||
// Consider this a movement of the handle
|
// Consider this a movement of the handle
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue