This website requires JavaScript.
Explore
Help
Sign In
blsmedia
/
bot
Watch
2
Star
0
Fork
0
You've already forked bot
Code
Activity
Files
1a59ce20d2ee85ba01fd7ecf8984d671a41ba77c
bot
/
apps
/
builder
/
services
/
utils
/
index.ts
4 lines
80 B
TypeScript
Raw
Normal View
History
Unescape
Escape
refactor(editor): ♻️ Undo / Redo buttons + structure refacto Yet another huge refacto... While implementing undo and redo features I understood that I updated the stored typebot too many times (i.e. on each key input) so I had to rethink it entirely. I also moved around some files.
2022-02-02 08:05:02 +01:00
export
*
from
'./utils'
export
*
from
'./useUndo'
feat(editor): 🚸 Improve and unify inputs
2022-03-10 11:34:55 +01:00
export
*
from
'./useRefState'
Copy Permalink