feat: sync with upstream changes

This commit is contained in:
are
2023-11-28 19:00:00 +01:00
parent f6ac19bce9
commit e72721e39f
4 changed files with 21 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ const TTDDialogTabs = (
});
} else if (
props.dialog === "ttd" &&
isMemberOf(["text-to-diagram", "mermaid"], tab)
isMemberOf(["text-to-diagram", "mermaid", "text-to-drawing"], tab)
) {
setAppState({
openDialog: { name: props.dialog, tab },