[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:
parent
cf00eade9c
commit
7c208e4225
1 changed files with 1 additions and 0 deletions
|
@ -228,6 +228,7 @@ input,
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
contain: strict;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.tl-shapes {
|
||||
|
|
Loading…
Reference in a new issue