Skip to content

Commit

Permalink
fix: Minimap shouldn't refresh text editor internals (optimizations)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlin7 committed Jul 12, 2023
1 parent bbc31bb commit 197df75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biscuit/core/components/editors/texteditor/minimap.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ def drag(self, event):
self.cw.move("slider", 0, -(y - self.y_bottom_lim))

self.tw.yview(int(y / self.cw.winfo_height() * 350))
self.tw.master.on_change()
self.tw.master.on_scroll()

0 comments on commit 197df75

Please sign in to comment.