mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feats: 为 snow-shot 提供自定义功能
This commit is contained in:
parent
58f7d33d80
commit
27e0350fa7
21 changed files with 940 additions and 478 deletions
|
@ -848,6 +848,13 @@ const ExcalidrawWrapper = () => {
|
|||
handleKeyboardGlobally={true}
|
||||
autoFocus={true}
|
||||
theme={editorTheme}
|
||||
customOptions={{
|
||||
disableKeyEvents: true,
|
||||
// hideMainToolbar: true,
|
||||
// hideMenu: true,
|
||||
// hideFooter: true,
|
||||
hideContextMenu: true,
|
||||
}}
|
||||
renderTopRightUI={(isMobile) => {
|
||||
if (isMobile || !collabAPI || isCollabDisabled) {
|
||||
return null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue