Changes
1 changed files (+8/-0)
-
-
@@ -170,6 +170,7 @@// Listen to keyboard events to enable dragging when Space is pressed, just like in Figma this.#listenToKeyboardEvents(); /** @private */ this.onmousedown = () => { if (this.#isDragModeOn) { document.body.style.cursor = "grabbing";
-
@@ -289,6 +290,10 @@ DistanceGuide.styles,]; } /** * Readonly. Document node (= root drawable node). * @readonly */ get documentNode(): SizedNode | null { if (!this.nodes) { return null;
-
@@ -303,6 +308,9 @@return documentNode.document; } /** * @private */ get parameterError(): TemplateResult | null { if (!this.nodes || !this.renderedImage) { return html`Both <code>nodes</code> and <code>rendered-image</code> are
-