Skip to content

Commit

Permalink
fix: time travel immediately popping up
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Jan 28, 2024
1 parent 4f2624a commit 7c9d8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LexicalTreeViewPlugin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ function exit() {
Time Travel
</button>
<pre v-if="showLimited || !isLimited" ref="treeElementRef">{{ content }}</pre>
<div v-if="timeTravelEnabled && showLimited || !isLimited" :class="timeTravelPanelClassName">
<div v-if="timeTravelEnabled && (showLimited || !isLimited)" :class="timeTravelPanelClassName">
<button
:class="timeTravelPanelButtonClassName"
@click="{
Expand Down

0 comments on commit 7c9d8a7

Please sign in to comment.