Adding first working version
This commit is contained in:
@@ -570,9 +570,19 @@ function NodePropertiesModal({
|
||||
<p className="eyebrow">Preset Editor</p>
|
||||
<h2>Edit preset</h2>
|
||||
</div>
|
||||
<button type="button" onClick={onClose}>
|
||||
Close
|
||||
</button>
|
||||
<span className="win95-window-controls has-close">
|
||||
<span className="window-control-decor">_</span>
|
||||
<span className="window-control-decor">□</span>
|
||||
<button
|
||||
aria-label="Close"
|
||||
className="window-control-button window-close-button"
|
||||
title="Close"
|
||||
type="button"
|
||||
onClick={onClose}
|
||||
>
|
||||
×
|
||||
</button>
|
||||
</span>
|
||||
</header>
|
||||
<div className="property-modal-list">
|
||||
<section className="preset-modal-stage preset-modal-identity">
|
||||
|
||||
Reference in New Issue
Block a user