Closed TheRealDannyyy closed 6 years ago
Possible workaround, needs to be tested first ("0" or "none"):
body {
user-select: none !important;
-webkit-user-select: none !important;
}
Cannot reproduce in current build therfor closing for now.
Fixed some edge cases where it sometimes occured still.
Electron has this weird behavior of showing an orange border for the "on clicked" CSS state. This ancient bug can be worked around by simply hiding it using CSS code.