normalized the caster to return always non-null value and fixed minor ui issues
This commit is contained in:
@@ -166,7 +166,7 @@
|
||||
|
||||
<OverlayPanel
|
||||
bind:this={collectionPanel}
|
||||
class="overlay-panel-lg colored-header collection-panel"
|
||||
class="overlay-panel-lg colored-header compact-header collection-panel"
|
||||
beforeHide={() => {
|
||||
if (hasChanges && confirmClose) {
|
||||
confirm("You have unsaved changes. Do you really want to close the panel?", () => {
|
||||
|
||||
Reference in New Issue
Block a user