mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2025-12-06 11:56:45 +03:00
fix slider
This commit is contained in:
@@ -585,7 +585,7 @@ class EditDevice(ModalWithClickExit):
|
||||
)
|
||||
|
||||
def on_slider_changed(self, event: Slider.Changed) -> None:
|
||||
offset_input = self.query_one("#device-offset-offset_input")
|
||||
offset_input = self.query_one("#device-offset-input")
|
||||
with offset_input.prevent(Input.Changed):
|
||||
offset_input.value = str(event.slider.value)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user