You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Being able to ctrl+z for example after you've dropped an element to undo the element. I built an open source VanillaJS keyboard handler w/ combinations if you're interested in using that. I guess it would be a matter of keeping the history stored. Something as easy as even just one step back would be useful in speeding up the design process.
Thank you for supporting this free builder.
I will take a look at yr product and get back.
The history in the builder can be done, but need to somehow save at each action the current version at and rewind at each CRTL-Z or just have incremental saving.
On the other hand, the user can simply use the controls provided by the builder and:
delete a component
edit text
update styling
In all cases, we keep in mind this proposal and see if the user vote for it
Ty!
app-generator
changed the title
Keyboard Shortcuts
[❔Feature Request ] Keyboard Shortcuts / UNDO Control
Jul 24, 2023
Being able to ctrl+z for example after you've dropped an element to undo the element. I built an open source VanillaJS keyboard handler w/ combinations if you're interested in using that. I guess it would be a matter of keeping the history stored. Something as easy as even just one step back would be useful in speeding up the design process.
https://github.com/ForestOfKnowledge/ModernKeyMapper
The text was updated successfully, but these errors were encountered: