mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: better laser cursor for dark mode (#7132)
This commit is contained in:
parent
7ad02c359a
commit
26ff3993bb
7 changed files with 118 additions and 103 deletions
|
@ -2,7 +2,8 @@ import { register } from "../actions/register";
|
|||
import { FONT_FAMILY, VERTICAL_ALIGN } from "../constants";
|
||||
import { t } from "../i18n";
|
||||
import { ExcalidrawProps } from "../types";
|
||||
import { getFontString, setCursorForShape, updateActiveTool } from "../utils";
|
||||
import { getFontString, updateActiveTool } from "../utils";
|
||||
import { setCursorForShape } from "../cursor";
|
||||
import { newTextElement } from "./newElement";
|
||||
import { getContainerElement, wrapText } from "./textElement";
|
||||
import { isEmbeddableElement } from "./typeChecks";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue