We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c287047 + 8b109ef commit bb70d22Copy full SHA for bb70d22
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to `inspirecms-core` will be documented in this file.
4
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
9
## 0.0.82 - 2025-06-18
10
11
**Full Changelog**: https://github.com/solutionforest/Inspirecms-core/compare/0.0.81...0.0.82
src/Livewire/ContentSidebar.php
@@ -43,7 +43,7 @@ public function mount()
43
// Do not show seleccted record if it is a table node
44
if ($this->isDisplayChildrenAsTable($record?->parent)) {
45
$this->setSelectedModelItem([$record->parent->getKey()], merge: false, replace: true);
46
- }
+ }
47
// Expand ancestors nodes
48
else {
49
$this->expandParentModelItemIfSelected($this->selectedModelItemKeys);
0 commit comments