diff options
| author | geireann <60007097+geireann@users.noreply.github.com> | 2021-08-22 16:05:57 -0400 |
|---|---|---|
| committer | geireann <60007097+geireann@users.noreply.github.com> | 2021-08-22 16:05:57 -0400 |
| commit | bc0a3eabf5a7a5d6c2944e4c6f99a4fd50563b82 (patch) | |
| tree | 5bc2782f7a7c0423b2359cc80679f6da8e7e34a5 /src/client/views/collections | |
| parent | 3275fa5b5cfb9cc3837acdbb44d292ca85e26591 (diff) | |
more updates
Diffstat (limited to 'src/client/views/collections')
| -rw-r--r-- | src/client/views/collections/TabDocView.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/collections/TabDocView.tsx b/src/client/views/collections/TabDocView.tsx index 9ff1a0f61..00de36400 100644 --- a/src/client/views/collections/TabDocView.tsx +++ b/src/client/views/collections/TabDocView.tsx @@ -124,8 +124,8 @@ export class TabDocView extends React.Component<TabDocViewProps> { tab.element[0].prepend(iconWrap); tab._disposers.layerDisposer = reaction(() => ({ layer: tab.DashDoc.activeLayer, color: this.tabColor }), ({ layer, color }) => { - console.log("TabDocView: " + this.tabColor); - console.log("lightOrDark: " + lightOrDark(this.tabColor)); + // console.log("TabDocView: " + this.tabColor); + // console.log("lightOrDark: " + lightOrDark(this.tabColor)); const textColor = lightOrDark(this.tabColor); //not working with StyleProp.Color titleEle.style.color = textColor; titleEle.style.backgroundColor = "transparent"; |
