We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef4163c commit b862469Copy full SHA for b862469
1 file changed
src/outline/manager.js
@@ -543,7 +543,7 @@ export default function (context) {
543
existingDashboard &&
544
options.pane &&
545
existingDashboard.dataset.globalPaneName === options.pane &&
546
- existingDashboard.dataset.subject === (subject && subject.value || '')
+ existingDashboard.dataset.subject === ((subject && subject.value) || '')
547
) {
548
hideGlobalContainer(outlineContainer)
549
showGlobalContainer(dashboardContainer)
0 commit comments