PlutoUI.jl icon indicating copy to clipboard operation
PlutoUI.jl copied to clipboard

Scrubbable(::Matrix) bug

Open KingBoomie opened this issue 3 years ago • 0 comments

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)

image (sorry about the image, copying the exception itself leads to unreadable output without manual formatting)

KingBoomie avatar Mar 08 '23 14:03 KingBoomie