diff options
author | bobzel <zzzman@gmail.com> | 2021-11-29 09:22:51 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-11-29 09:22:51 -0500 |
commit | 7e6baacfe6c1b55a3fe1807903455f9ff3844d74 (patch) | |
tree | b9fdcf540237be724b540fa8f0b4757efd1ad05c /src/client/views/nodes/button/FontIconBox.tsx | |
parent | 5acef82a26bbbc237d7dac00061d2ca84e731c68 (diff) | |
parent | 8405ed2e3ebaf7ba7842a5619e9b252bf5eb9c4c (diff) |
Merge branch 'ink_v1'
Diffstat (limited to 'src/client/views/nodes/button/FontIconBox.tsx')
-rw-r--r-- | src/client/views/nodes/button/FontIconBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/button/FontIconBox.tsx b/src/client/views/nodes/button/FontIconBox.tsx index 33fa23805..14b1cbb5d 100644 --- a/src/client/views/nodes/button/FontIconBox.tsx +++ b/src/client/views/nodes/button/FontIconBox.tsx @@ -766,7 +766,7 @@ Scripting.addGlobal(function setActiveInkTool(tool: string, checkResult?: boolea Doc.UserDoc().activeInkTool = InkTool.Pen; GestureOverlay.Instance.InkShape = tool; } - } else if (tool) { // pen + } else if (tool) { // pen or eraser if (Doc.UserDoc().activeInkTool === tool && !GestureOverlay.Instance.InkShape) { Doc.UserDoc().activeInkTool = InkTool.None; } else { |