We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5e86a9 + b862469 commit aed8accCopy full SHA for aed8acc
1 file changed
src/outline/manager.js
@@ -589,7 +589,7 @@ export default function (context) {
589
existingDashboard &&
590
options.pane &&
591
existingDashboard.dataset.globalPaneName === options.pane &&
592
- existingDashboard.dataset.subject === (subject && subject.value || '')
+ existingDashboard.dataset.subject === ((subject && subject.value) || '')
593
) {
594
hideGlobalContainer(outlineContainer)
595
showGlobalContainer(dashboardContainer)
0 commit comments