mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Merge 18dd77bed1
into 195a743874
This commit is contained in:
commit
b44cd1d16a
1 changed files with 0 additions and 2 deletions
|
@ -119,7 +119,6 @@ export const Dialog = (props: DialogProps) => {
|
||||||
<span className="Dialog__titleContent">{props.title}</span>
|
<span className="Dialog__titleContent">{props.title}</span>
|
||||||
</h2>
|
</h2>
|
||||||
)}
|
)}
|
||||||
{isFullscreen && (
|
|
||||||
<button
|
<button
|
||||||
className="Dialog__close"
|
className="Dialog__close"
|
||||||
onClick={onClose}
|
onClick={onClose}
|
||||||
|
@ -129,7 +128,6 @@ export const Dialog = (props: DialogProps) => {
|
||||||
>
|
>
|
||||||
{CloseIcon}
|
{CloseIcon}
|
||||||
</button>
|
</button>
|
||||||
)}
|
|
||||||
<div className="Dialog__content">{props.children}</div>
|
<div className="Dialog__content">{props.children}</div>
|
||||||
</Island>
|
</Island>
|
||||||
</Modal>
|
</Modal>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue