mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix : UI update on Dialog.tsx
This commit is contained in:
parent
4320a3cf41
commit
18dd77bed1
1 changed files with 0 additions and 2 deletions
|
@ -117,7 +117,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}
|
||||||
|
@ -127,7 +126,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