diff options
author | bobzel <zzzman@gmail.com> | 2020-08-25 18:13:39 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-08-25 18:13:39 -0400 |
commit | ec89542cbd31aaff9d4f58e9e9bf045e934a8235 (patch) | |
tree | d5c721e5b027637370dc9e94ca54199c02c5af25 /src/client/util/InteractionUtils.tsx | |
parent | 214409e285185a7d34b930470f4b12e97582ddb4 (diff) |
changed system documents to act like dividers in tree views. removed some menu items in cases they don't apply. fixed ink selection to not use boudning box.
Diffstat (limited to 'src/client/util/InteractionUtils.tsx')
-rw-r--r-- | src/client/util/InteractionUtils.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/InteractionUtils.tsx b/src/client/util/InteractionUtils.tsx index bb58423c8..d1e656e3f 100644 --- a/src/client/util/InteractionUtils.tsx +++ b/src/client/util/InteractionUtils.tsx @@ -210,7 +210,7 @@ export namespace InteractionUtils { points={strpts} style={{ filter: drawHalo ? "url(#inkSelectionHalo)" : undefined, - fill: fill ? fill : "transparent", + fill: fill ? fill : "none", opacity: strokeWidth !== width ? 0.5 : undefined, pointerEvents: pevents as any, stroke: color ?? "rgb(0, 0, 0)", |