We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c8cb8 commit 634148bCopy full SHA for 634148b
lib/Terminal/Widgets/Viewer/Tree.rakumod
@@ -91,7 +91,6 @@ class Terminal::Widgets::Viewer::Tree
91
method fix-scroll-maxes() {
92
self.set-x-max(self.max-line-width);
93
self.set-y-max($.display-root.branch-size);
94
- .note for $.x-max, $.y-max;
95
}
96
97
# Keep root and display-root in sync
0 commit comments