Fix tests.

This commit is contained in:
Daniel J. Geiger 2023-01-23 20:23:51 -06:00
parent 59e74f94e6
commit 08f430b3ac
5 changed files with 56 additions and 40 deletions

View file

@ -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 />
</>
);