mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-28 12:36:41 +07:00
redux: fixed performance regression
This commit is contained in:
parent
2171a50ef1
commit
0f3217f5df
8 changed files with 88 additions and 96 deletions
|
@ -122,6 +122,7 @@ 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