fix(frontend): Add missing on change event when connecting an input (#3964)
This commit is contained in:
@@ -329,6 +329,7 @@
|
||||
on:click={() => {
|
||||
focusProp(argName, 'connect', (path) => {
|
||||
connectProperty(path)
|
||||
dispatch('change', { argName })
|
||||
return true
|
||||
})
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user