[WIKI-449] feat: image block download and alignment options (#7254)
* refactor: custom image extension * refactor: extension config * revert: image full screen component * fix: undo operation * chore: add download and alignment options * chore: render image full screen modal in a portal * chore: add missing attribute to image extension * chore: minor bugs and improvements * chore: add aria attributes * chore: remove unnecessary file * fix: full screen modal z-index
This commit is contained in:
parent
ba6b822f60
commit
f679628365
17 changed files with 456 additions and 210 deletions
|
|
@ -80,6 +80,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
|
|||
</head>
|
||||
<body>
|
||||
<div id="context-menu-portal" />
|
||||
<div id="editor-portal" />
|
||||
<AppProvider>
|
||||
<div
|
||||
className={cn(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue