change(ui) - if block with braces
This commit is contained in:
parent
d328a9fb3c
commit
80342a1003
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ export default class AssistManager {
|
|||
|
||||
private onMouseClick = (e: MouseEvent): void => {
|
||||
if (!this.socket) { return; }
|
||||
if (getState().annotating) return // ignore clicks while annotating
|
||||
if (getState().annotating) { return; } // ignore clicks while annotating
|
||||
|
||||
const data = this.md.getInternalViewportCoordinates(e)
|
||||
// const el = this.md.getElementFromPoint(e); // requires requestiong node_id from domManager
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue