fix: renaming to edgeless

This commit is contained in:
lawvs
2022-08-17 19:07:55 +08:00
parent 4a99080860
commit d300b039ad
@@ -53,7 +53,7 @@ const ModalPage = ({ blockId }: { blockId: string | null }) => {
workspace={editor.workspace}
rootBlockId={blockId}
scrollBlank={false}
isWhiteboard
isEdgeless
/>
)}
</Modal>