broken merge

This commit is contained in:
Will McGugan
2022-06-21 11:17:20 +01:00
parent 74a93606ec
commit 1ae2855f1f

View File

@@ -160,9 +160,6 @@ class BasicApp(App, css_path="basic.css"):
def key_v(self):
self.get_child(id="content").scroll_to_widget(self.scroll_to_target)
def key_v(self):
self.get_child(id="content").scroll_to_widget(self.scroll_to_target)
app = BasicApp()