Skip to content

Commit

Permalink
fix: persist GoalInfoDisplay state
Browse files Browse the repository at this point in the history
  • Loading branch information
Vtec234 authored Oct 17, 2024
1 parent 276850a commit 480d1eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lean4-infoview/src/infoview/info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ const InfoDisplayContent = React.memo((props: InfoDisplayContentProps) => {
</div>
)}
<GoalInfoDisplay
key={DocumentPosition.toString(pos)}
pos={pos}
goals={goals}
termGoal={termGoal}
Expand Down

0 comments on commit 480d1eb

Please sign in to comment.