mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
panel: sticker selecting is also sticker mode
This commit is contained in:
parent
f4e2142b15
commit
be0cf2e035
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class Component extends React.PureComponent<Props, void> {
|
|||
<Icon icon="icon-poly-3" />
|
||||
</button>
|
||||
<button
|
||||
className={classnames({ active: mode === MODES.STICKERS })}
|
||||
className={classnames({ active: (mode === MODES.STICKERS || mode === MODES.STICKERS_SELECT) })}
|
||||
onClick={this.startStickerMode}
|
||||
>
|
||||
<Icon icon="icon-sticker-3" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue