Merge remote-tracking branch 'origin/master' into danieljgeiger-mathjax

This commit is contained in:
Daniel J. Geiger
2023-01-05 11:36:23 -06:00
59 changed files with 1898 additions and 1924 deletions
+2 -2
View File
@@ -172,7 +172,7 @@ export type AppState = {
| "strokeColorPicker"
| null;
openSidebar: "library" | "customSidebar" | null;
openDialog: "imageExport" | "help" | null;
openDialog: "imageExport" | "help" | "jsonExport" | null;
isSidebarDocked: boolean;
lastPointerDownWith: PointerType;
@@ -533,7 +533,7 @@ export type Device = Readonly<{
}>;
export type UIChildrenComponents = {
[k in "FooterCenter"]?:
[k in "FooterCenter" | "Menu"]?:
| React.ReactPortal
| React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
};