FIX[Editor]: More simplifications and fixes
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
9805d0c518
commit
730a815729
@@ -1,5 +1,6 @@
|
||||
import type { Model } from "@ironcalc/wasm";
|
||||
import { columnNameFromNumber } from "@ironcalc/wasm";
|
||||
import { getColor } from "../editor/util";
|
||||
import type { Cell } from "../types";
|
||||
import type { WorkbookState } from "../workbookState";
|
||||
import {
|
||||
@@ -17,7 +18,6 @@ import {
|
||||
headerTextColor,
|
||||
outlineColor,
|
||||
} from "./constants";
|
||||
import { getColor } from "../editor/util";
|
||||
|
||||
export interface CanvasSettings {
|
||||
model: Model;
|
||||
|
||||
Reference in New Issue
Block a user