mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
remove dependency of i18n from getDefaultAppState and make it pure
This commit is contained in:
parent
bc414ccaaf
commit
eda35a25b3
15 changed files with 123 additions and 90 deletions
|
@ -10,7 +10,6 @@ import {
|
|||
duplicateElement,
|
||||
isInvisiblySmallElement,
|
||||
isTextElement,
|
||||
textWysiwyg,
|
||||
getCommonBounds,
|
||||
getCursorForResizingElement,
|
||||
getPerfectElementSize,
|
||||
|
@ -177,6 +176,7 @@ import {
|
|||
trackEvent,
|
||||
} from "../analytics";
|
||||
import { Stats } from "./Stats";
|
||||
import { textWysiwyg } from "../element/textWysiwyg";
|
||||
|
||||
const { history } = createHistory();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue