Disable debug black color in context menu
This commit is contained in:
parent
e1635f5e27
commit
6bc3b0d79b
@ -164,7 +164,7 @@ class Finder{
|
||||
let menu = document.createElement("div")
|
||||
menu.setAttribute('class', 'ContextMenu WindowFrameShadow')
|
||||
menu.style.position = 'absolute';
|
||||
menu.style.backgroundColor = '#000000';
|
||||
// menu.style.backgroundColor = '#000000';
|
||||
menu.style.top = pos[0] + "px";
|
||||
menu.style.left = pos[1] + "px";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user