<@U0F3291QE> we are having a conversation spread o...
# tornadofx
r
@edvin we are having a conversation spread out over days 🙂 This code
Copy code
class ButtonInHbox: View() {
    override val root = vbox {
        button("in a vbox").action {
            runAsyncWithProgress { Thread.sleep(500) }
        }
    }
}
will bomb. I use the plugin in intellij