mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
clr
This commit is contained in:
parent
948a7c5739
commit
5cd83ead64
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ export class Poly {
|
||||||
const { distance } = event as { distance: number };
|
const { distance } = event as { distance: number };
|
||||||
this.setDistance(parseFloat(distance.toFixed(2)));
|
this.setDistance(parseFloat(distance.toFixed(2)));
|
||||||
};
|
};
|
||||||
|
|
||||||
// setModeOnDrawing = (): void => {
|
// setModeOnDrawing = (): void => {
|
||||||
// if (this.editor.getMode() !== MODES.POLY) this.editor.setMode(MODES.POLY);
|
// if (this.editor.getMode() !== MODES.POLY) this.editor.setMode(MODES.POLY);
|
||||||
// };
|
// };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue