Commit bc083614 authored by Duggan, John's avatar Duggan, John
Browse files

Handle nested state changes when autoscrolling

parent 34d0be39
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ Changelog = "https://code.ornl.gov/ndip/public-packages/nova-trame/blob/main/CHA

[tool.poetry]
name = "nova-trame"
version = "0.19.1"
version = "0.19.2"
description = "A Python Package for injecting curated themes and custom components into Trame applications"
authors = ["Duggan, John <dugganjw@ornl.gov>"]
readme = "README.md"
+1 −1
Original line number Diff line number Diff line
@@ -290,7 +290,7 @@ class InputField:
                )
            ).exec

            @state.change(input.v_model)
            @state.change(input.v_model.split(".")[0])
            def _autoscroll(**kwargs: Any) -> None:
                autoscroll(input.id)