Skip to content

Commit

Permalink
fix: link jump back to default layout
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed May 5, 2024
1 parent 819b576 commit d045cbb
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions src/intention-tower-knowledge-graph/layout/layout.tid
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,17 @@ tags: $:/tags/Layout
tc-page-container tc-language-$(languageTitle)$ intention-tower-knowledge-graph-container
\end

\procedure redirected-navigate-actions()
<$action-setfield $tiddler="$:/layout" text="" />
<$action-navigate $to=<<event-navigateTo>> />
\end

<$navigator story="$:/StoryList" history="$:/HistoryList" openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}} relinkOnRename={{$:/config/RelinkOnRename}}>
<div class=<<containerClasses>>>

{{$:/plugins/linonetwo/intention-tower-knowledge-graph/layout/IntentionTower}}
<$messagecatcher $tm-navigate=<<redirected-navigate-actions>>>
<div class=<<containerClasses>>>

{{$:/plugins/linonetwo/intention-tower-knowledge-graph/layout/IntentionTower}}

</div>
</div>
</$messagecatcher>
</$navigator>

0 comments on commit d045cbb

Please sign in to comment.