Revert "Add mask editor integration to canvas workflow"

This reverts commit 7a7c8f2295.
This commit is contained in:
Dariusz L
2025-06-29 04:49:56 +02:00
parent 3b16c00b66
commit 3544576605
5 changed files with 0 additions and 245 deletions

View File

@@ -761,13 +761,6 @@ async function createCanvasWidget(node, widget, app) {
]),
$el("div.painter-separator"),
$el("div.painter-button-group", {id: "mask-controls"}, [
$el("button.painter-button", {
textContent: "Edit Mask",
title: "Open the current canvas view in the mask editor",
onclick: () => {
canvas.startMaskEditor();
}
}),
$el("button.painter-button", {
id: "mask-mode-btn",
textContent: "Draw Mask",