mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-28 12:36:41 +07:00
Logo selecting dialog
This commit is contained in:
parent
8333807b31
commit
eaa3594bf9
13 changed files with 210 additions and 3862 deletions
|
@ -2,7 +2,7 @@ import React from 'react';
|
|||
|
||||
import { MODES } from '$constants/modes';
|
||||
|
||||
export class TrashHelper extends React.Component {
|
||||
export class TrashDialog extends React.Component {
|
||||
clearPoly = () => {
|
||||
this.props.editor.poly.clearAll();
|
||||
this.props.editor.changeMode(MODES.NONE);
|
Loading…
Add table
Add a link
Reference in a new issue