diff options
| author | bobzel <zzzman@gmail.com> | 2021-09-24 01:21:38 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-09-24 01:21:38 -0400 |
| commit | 643df77e6366b7164307ffe195ed9de83b68e5ae (patch) | |
| tree | edf5ce846fbbdb84ccd015b18b07314cb24c76b8 /src/client/views/collections/collectionFreeForm | |
| parent | 815899626d82972ae56918487ee3ece11446d5a6 (diff) | |
wrapped Color() calls in DashColor() to catch exceptions for color strings no found
Diffstat (limited to 'src/client/views/collections/collectionFreeForm')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx index 0b12f6c21..5b9f6139f 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -50,7 +50,6 @@ import { CollectionFreeFormRemoteCursors } from "./CollectionFreeFormRemoteCurso import "./CollectionFreeFormView.scss"; import { MarqueeView } from "./MarqueeView"; import React = require("react"); -import Color = require("color"); import { ColorScheme } from "../../../util/SettingsManager"; export const panZoomSchema = createSchema({ |
