fix(actions): avoid redundant action panel rerenders

This commit is contained in:
Federico Jaramillo Martinez
2026-05-28 20:27:12 +02:00
parent 61a763a4fb
commit 8f62deff1a
2 changed files with 57 additions and 13 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@jmfederico/pi-web-actions": patch
---
Prevent redundant workspace action panel re-renders from resetting mobile scroll position or replacing action buttons mid-click, and show feedback for stale, cancelled, or already-starting actions.