We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abf3711 + 4bf6bfe commit c71fd49Copy full SHA for c71fd49
web/js/customColors.js
@@ -30,7 +30,7 @@ app.registerExtension({
30
requestAnimationFrame(() => {
31
const menus = document.querySelectorAll(".litecontextmenu");
32
for (let i = menus.length - 1; i >= 0; i--) {
33
- if (menus[i].firstElementChild.textContent.includes("No color")) {
+ if (menus[i].firstElementChild.textContent.includes("No color") || menus[i].firstElementChild.value?.content?.includes("No color")) {
34
$el(
35
"div.litemenu-entry.submenu",
36
{
0 commit comments