Skip to content

Commit bb70d22

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents c287047 + 8b109ef commit bb70d22

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to `inspirecms-core` will be documented in this file.
44

5+
## 0.0.83 - 2025-06-19
6+
7+
**Full Changelog**: https://github.com/solutionforest/Inspirecms-core/compare/0.0.82...0.0.83
8+
59
## 0.0.82 - 2025-06-18
610

711
**Full Changelog**: https://github.com/solutionforest/Inspirecms-core/compare/0.0.81...0.0.82

src/Livewire/ContentSidebar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function mount()
4343
// Do not show seleccted record if it is a table node
4444
if ($this->isDisplayChildrenAsTable($record?->parent)) {
4545
$this->setSelectedModelItem([$record->parent->getKey()], merge: false, replace: true);
46-
}
46+
}
4747
// Expand ancestors nodes
4848
else {
4949
$this->expandParentModelItemIfSelected($this->selectedModelItemKeys);

0 commit comments

Comments
 (0)