mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
eslint fixes
This commit is contained in:
parent
84482c4557
commit
8cfb1f166e
1 changed files with 1 additions and 1 deletions
|
@ -40,13 +40,13 @@ import { centerScrollOn } from "../scene/scroll";
|
|||
import { getStateForZoom } from "../scene/zoom";
|
||||
import { CaptureUpdateAction } from "../store";
|
||||
import { getShortcutKey, updateActiveTool } from "../utils";
|
||||
import { isLinearElement } from "../element/typeChecks";
|
||||
|
||||
import { register } from "./register";
|
||||
|
||||
import type { SceneBounds } from "../element/bounds";
|
||||
import type { ExcalidrawElement } from "../element/types";
|
||||
import type { AppState, Offsets } from "../types";
|
||||
import { isLinearElement } from "../element/typeChecks";
|
||||
|
||||
export const actionChangeViewBackgroundColor = register({
|
||||
name: "changeViewBackgroundColor",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue