mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-05-12 19:36:41 +07:00
undo and redo functionality
This commit is contained in:
parent
8df7d7d27d
commit
4915744c84
11 changed files with 216 additions and 47 deletions
|
@ -15,7 +15,7 @@ type Props = ReturnType<typeof mapStateToProps> &
|
|||
};
|
||||
|
||||
const StickersDialogUnconnected = ({ editorSetActiveSticker, width }: Props) => (
|
||||
<div className="control-dialog control-dialog-big bottom right" style={{ width }}>
|
||||
<div className="control-dialog control-dialog__medium" style={{ width }}>
|
||||
<div className="helper stickers-helper">
|
||||
{Object.keys(STICKERS).map(set => (
|
||||
<div key={set}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue