chore: lint
This commit is contained in:
@@ -40,12 +40,10 @@ export const BrowserWindow = () => {
|
|||||||
const [highlighterData, setHighlighterData] = useState<{ rect: DOMRect, selector: string } | null>(null);
|
const [highlighterData, setHighlighterData] = useState<{ rect: DOMRect, selector: string } | null>(null);
|
||||||
const [showConfirmation, setShowConfirmation] = useState(false);
|
const [showConfirmation, setShowConfirmation] = useState(false);
|
||||||
|
|
||||||
|
|
||||||
const { socket } = useSocketStore();
|
const { socket } = useSocketStore();
|
||||||
const { width, height } = useBrowserDimensionsStore();
|
const { width, height } = useBrowserDimensionsStore();
|
||||||
const { getText, getScreenshot } = useActionContext();
|
const { getText, getScreenshot } = useActionContext();
|
||||||
|
|
||||||
|
|
||||||
console.log('Use browser dimensions:', width, height)
|
console.log('Use browser dimensions:', width, height)
|
||||||
|
|
||||||
const onMouseMove = (e: MouseEvent) => {
|
const onMouseMove = (e: MouseEvent) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user