-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
Problem
While editing a page in the Frappe Studio editor, all component events (like button clicks, sidebar navigation, form input focus, etc.) are still active. This can lead to unexpected behavior, such as triggering backend logic or navigation while simply designing a page.
Suggestion
During page editing mode, please disable interactive events such as:
- Button
onClickevents - Sidebar navigation clicks
- Text and form input focus and typing
- Any other UI-triggered logic or navigation
These interactions should be enabled only in production or preview mode, not during page editing.
Benefit
Disabling component events during editing improves the user experience and prevents accidental logic execution while designing pages.
Thanks for considering this improvement!
ablashek, git-avc and dvdl16szufisher
Metadata
Metadata
Assignees
Labels
No labels