From 341ae9902f07670fcaf3596f4c3857fb45dce5f1 Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Sun, 18 Nov 2018 08:56:29 +1200 Subject: [PATCH] Fixed issue with redo --- desktop/sources/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/desktop/sources/index.html b/desktop/sources/index.html index cfdc5df..55503f9 100644 --- a/desktop/sources/index.html +++ b/desktop/sources/index.html @@ -51,7 +51,6 @@ DOTGRID.controller.add_role("default","Edit","paste"); DOTGRID.controller.add("default","Edit","Undo",() => { DOTGRID.tool.undo() },"CmdOrCtrl+Z"); DOTGRID.controller.add("default","Edit","Redo",() => { DOTGRID.tool.redo() },"CmdOrCtrl+Shift+Z"); - DOTGRID.controller.add("default","Edit","Redo",() => { DOTGRID.tool.clear() },"Escape"); DOTGRID.controller.add("default","Stroke","Line",() => { DOTGRID.tool.cast("line"); },"A"); DOTGRID.controller.add("default","Stroke","Arc",() => { DOTGRID.tool.cast("arc_c"); },"S"); // 0,1