Roact Visualizer (Develop Roact components in real-time)

It’s trivial, but can you set the ClickableWhenViewportHidden property of the toolbar button to true?

image
currently, It is inconvenient to activate the Roact visualizer while scripting.
I have to go back to the game view from the script tab to activate the Roact Visualizer

local toolbar = plugin:CreateToolbar("test")
local button = toolbar:CreateButton("button")
button.ClickableWhenViewportHidden = true

I want you to reflect it when you update the plugin later \( •̀ ω •́ )/
Thank you for creating the NEAT plugin!

1 Like