From ce2a52290dccb6d5cd71351da2d0a362e432ed15 Mon Sep 17 00:00:00 2001 From: ph1p Date: Sun, 9 Feb 2020 00:11:52 +0100 Subject: [PATCH] fix(valid-shapes): remove instance type from valid shapes closes #5 --- src/main/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/index.ts b/src/main/index.ts index f6f82bb..8a15768 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -376,7 +376,6 @@ const isValidShape = node => node.type === 'VECTOR' || node.type === 'FRAME' || node.type === 'COMPONENT' || - node.type === 'INSTANCE' || node.type === 'POLYGON'; async function createLineFromMessage({