This commit is contained in:
Vanessa 2024-11-09 15:42:13 +08:00
parent 2b3283f060
commit a8e239574c
5 changed files with 25 additions and 25 deletions

View file

@ -212,4 +212,4 @@ export const toolbarKeyToMenu = (toolbar: Array<string | IMenuItem>) => {
toolbarResult.push(currentMenuItem);
});
return toolbarResult;
}
};