From 3ce28ee25cd169f01204da2bf687fc83cf368908 Mon Sep 17 00:00:00 2001 From: David Mosbach Date: Sun, 28 May 2023 12:55:54 +0200 Subject: [PATCH] added duplicate button --- editor.css | 1 + editor.html | 18 +++++++++++++++++- editor.js | 14 ++++++++------ workflow.js | 1 + 4 files changed, 27 insertions(+), 7 deletions(-) diff --git a/editor.css b/editor.css index 8009d50..3e6b451 100644 --- a/editor.css +++ b/editor.css @@ -95,6 +95,7 @@ body { -webkit-user-select: none; -ms-user-select: none; user-select: none; + cursor: pointer; } .contextmenu .menutop { diff --git a/editor.html b/editor.html index ddc0f94..08de2ce 100644 --- a/editor.html +++ b/editor.html @@ -28,7 +28,7 @@

Hello

- + X @@ -70,6 +70,14 @@  Edit
+ +