From 0f8b484e113fb640a7617d9da0e3347e74f2e208 Mon Sep 17 00:00:00 2001 From: peterpeterparker Date: Sat, 22 Feb 2020 11:34:43 +0100 Subject: [PATCH] feat(#625): unleash arrows in remote control Signed-off-by: peterpeterparker --- remote/src/app/components/app-draw/app-draw.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/remote/src/app/components/app-draw/app-draw.tsx b/remote/src/app/components/app-draw/app-draw.tsx index 03998757b..d354f3413 100644 --- a/remote/src/app/components/app-draw/app-draw.tsx +++ b/remote/src/app/components/app-draw/app-draw.tsx @@ -315,13 +315,6 @@ export class AppDraw { ]; } - // TODO: Unleash arrows - // this.switchTool(e, DeckdeckgoDrawAction.ARROW)}> - // - // , - private renderActions() { return [ this.switchTool(e, DeckdeckgoDrawAction.CIRCLE)}> , + this.switchTool(e, DeckdeckgoDrawAction.ARROW)}> + + , this.switchTool(e, DeckdeckgoDrawAction.PENCIL)}>