mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
editor: fixed editing cancelation on empty history
This commit is contained in:
parent
72340ae428
commit
9e186397e0
2 changed files with 7 additions and 5 deletions
|
@ -122,7 +122,6 @@ export class Router {
|
|||
};
|
||||
|
||||
submitDrawing = () => {
|
||||
console.log('ROUT', this.router);
|
||||
const [route] = this.router._routes;
|
||||
if (!route) return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue