[fix] pointer events in shapes (#1855)

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
This commit is contained in:
Steve Ruiz 2023-09-07 12:29:58 +01:00 committed by GitHub
parent cf00eade9c
commit 7c208e4225
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -228,6 +228,7 @@ input,
width: 100%; width: 100%;
height: 100%; height: 100%;
contain: strict; contain: strict;
pointer-events: none;
} }
.tl-shapes { .tl-shapes {