PlutoUI.jl
PlutoUI.jl copied to clipboard
Scrubbable(::Matrix) bug
Even the simplest Scrubbable broke
# ╔═╡ 9bed5bbc-bdbb-11ed-3d64-39ee3bc31c3f
using PlutoUI
# ╔═╡ 769137aa-283c-4699-a0bb-feedfa3ad37a
A_temp = [
1 2
3 4
]
# ╔═╡ 805a8913-c428-48ed-bf27-858528faca52
@bind A Scrubbable(A_temp)
(sorry about the image, copying the exception itself leads to unreadable output without manual formatting)