fix(positioner): handleIconState missing permission and wrong impl (#1911)

This commit is contained in:
Lucas Fernandes Nogueira
2024-10-09 09:37:16 -03:00
committed by GitHub
parent 51ddf6a715
commit 3c1f3874f4
8 changed files with 39 additions and 22 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"positioner": patch
"positioner-js": patch
---
Added missing permission for `handleIconState` and fixed its event processing logic.