You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, even with that fixed, a Signal{Elem} isn't updating correctly. In short
i = Interact.widget(1:10, "i") # make sure this gets `show`d
elem_sig =map(i->Elem(:h1, "hey$(i)"), signal(i))
elem_sig # this display should update when you manipulate the slider, but does not
The README has examples of displaying
Elem
s from inside@manipulate
, but due to JuliaGizmos/Interact.jl#147 this doesn't work as expected. (Probably stopped working with this commit: JuliaGizmos/Interact.jl@7bdfca2)However, even with that fixed, a
Signal{Elem}
isn't updating correctly. In shortMore details are here:
https://gist.github.com/cd118ac56725bb7a3199100939cd92f2
version details:
Patchwork 0.4.0
Interact 0.6.0
IJulia 1.6.1
and same behavior on Chrome/Firefox
The text was updated successfully, but these errors were encountered: