feat: better laser cursor for dark mode (#7132)

This commit is contained in:
David Luzar
2023-10-11 11:17:27 +02:00
committed by GitHub
parent 7ad02c359a
commit 26ff3993bb
7 changed files with 118 additions and 103 deletions

View File

@@ -4,7 +4,8 @@ import { removeAllElementsFromFrame } from "../frame";
import { getFrameElements } from "../frame";
import { KEYS } from "../keys";
import { AppClassProperties, AppState } from "../types";
import { setCursorForShape, updateActiveTool } from "../utils";
import { updateActiveTool } from "../utils";
import { setCursorForShape } from "../cursor";
import { register } from "./register";
const isSingleFrameSelected = (appState: AppState, app: AppClassProperties) => {