mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fix tests.
This commit is contained in:
parent
59e74f94e6
commit
08f430b3ac
5 changed files with 56 additions and 40 deletions
|
@ -23,6 +23,7 @@ import {
|
|||
} from "../utils";
|
||||
import Stack from "./Stack";
|
||||
import { ToolButton } from "./ToolButton";
|
||||
import { SubtypeToggles } from "./SubtypeButton";
|
||||
import { hasStrokeColor } from "../scene/comparisons";
|
||||
import { trackEvent } from "../analytics";
|
||||
import { hasBoundTextElement } from "../element/typeChecks";
|
||||
|
@ -270,6 +271,7 @@ export const ShapesSwitcher = ({
|
|||
/>
|
||||
);
|
||||
})}
|
||||
<SubtypeToggles />
|
||||
</>
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue