File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 11// @flow
22
3- import React , { useState , useRef , useCallback } from "react"
3+ import React , { useRef , useCallback } from "react"
44import type { Node } from "react"
5- import Grid from "@material-ui/core/Grid"
65import { makeStyles } from "@material-ui/core/styles"
7- import Sidebar from "../Sidebar"
86import ImageCanvas from "../ImageCanvas"
9- import Header from "../Header"
10- import IconTools from "../IconTools"
117import styles from "./styles"
128import type { MainLayoutState , Action } from "./types"
139import useKey from "use-key-hook"
@@ -129,7 +125,6 @@ export const MainLayout = ({
129125 dragWithPrimary = { state . selectedTool === "pan" }
130126 zoomWithPrimary = { state . selectedTool === "zoom" }
131127 showPointDistances = { state . showPointDistances }
132- pointDistancePrecision = { state . pointDistancePrecision }
133128 videoTime = {
134129 state . annotationType === "image"
135130 ? state . selectedImageFrameTime
You can’t perform that action at this time.
0 commit comments