xplato / useUndoable

↪ React hook for undo/redo functionality (with batteries included)
MIT License
168 stars 7 forks source link

Bug:Reactflow Edge Style #15

Closed godnotking closed 2 years ago

godnotking commented 2 years ago

in react flow example, if i click an edge,then click panel, then click previous edge, the edge will not change color since 2th click.

xplato commented 2 years ago

Interesting! Well, the React Flow example is just a minor demonstration of the undo/redo functionality—there's not a lot of features implemented there.