Vitalii Demchuk

Results 28 comments of Vitalii Demchuk

+1, you have to check if the value has changed and only then send an event to the parent component. Unfortunately this is more of a workaround than a normal...

How to get the object of the sub-scheme in which it is located by id?

> ```js > await node.update(); > this.editor.view.updateConnections({ node }) > ``` work only if use next code: ```js async builder(node) { // Load data from API and call addInput(), addOutput()...

@larionov, what do you think this might be related to?

@larionov How can this behavior be redefined not only for the first heading level, but also for the second, third?

I have a different problem, the default value of `null` does not work on `string`, `number` types, while everything is fine on the playground, but not in my project. Has...