From 7c208e42259ab222fa9407026856e5c05864d7c2 Mon Sep 17 00:00:00 2001 From: Steve Ruiz Date: Thu, 7 Sep 2023 12:29:58 +0100 Subject: [PATCH] [fix] pointer events in shapes (#1855) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR fixes a bug that would effect pointer events inside of shapes. ### Change Type - [x] `patch` — Bug fix ### Test Plan 1. Create a frame 2. Try to edit its title by double clicking on it --- packages/editor/editor.css | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/editor/editor.css b/packages/editor/editor.css index c2f284775..926c657bf 100644 --- a/packages/editor/editor.css +++ b/packages/editor/editor.css @@ -228,6 +228,7 @@ input, width: 100%; height: 100%; contain: strict; + pointer-events: none; } .tl-shapes {