mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Filter context menu items through isActionEnabled
.
This commit is contained in:
parent
01432813a6
commit
a5bd54b86d
5 changed files with 51 additions and 35 deletions
|
@ -193,7 +193,6 @@ export const MobileMenu = ({
|
|||
appState={appState}
|
||||
elements={elements}
|
||||
renderAction={actionManager.renderAction}
|
||||
getCustomActions={actionManager.getCustomActions}
|
||||
/>
|
||||
</Section>
|
||||
) : null}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue