diff options
author | bobzel <zzzman@gmail.com> | 2024-10-02 13:01:00 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-10-02 13:01:00 -0400 |
commit | 7af6d22556467c115809222db77d4056b42f390f (patch) | |
tree | 060da4f930a8191f5095678ed1f73974faa9ab36 /src/client/views/nodes/LabelBox.tsx | |
parent | c4f18e8f7a615644213eb276fcad954c1bd1a341 (diff) | |
parent | 49b49ac6a273264b02c8bde620517c8af3971b09 (diff) |
Merge branch 'master' into nathan-starter
Diffstat (limited to 'src/client/views/nodes/LabelBox.tsx')
-rw-r--r-- | src/client/views/nodes/LabelBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/LabelBox.tsx b/src/client/views/nodes/LabelBox.tsx index 42fcbba3e..cfcf76b12 100644 --- a/src/client/views/nodes/LabelBox.tsx +++ b/src/client/views/nodes/LabelBox.tsx @@ -91,7 +91,7 @@ export class LabelBox extends ViewBoxBaseComponent<FieldViewProps>() { }; if (r) { if (!r.offsetHeight || !r.offsetWidth) { - console.log("CAN'T FIT TO EMPTY BOX"); + //console.log("CAN'T FIT TO EMPTY BOX"); this._timeout && clearTimeout(this._timeout); this._timeout = setTimeout(() => this.fitTextToBox(r)); return textfitParams; |