Jakub Kotek
Jakub Kotek
Today I see I can override this setting. It is clever. But maybe this PR is still good to look.
Actually I am not sure what is right if it also works with strings atc. Remove return type completely?
I would love to see minutes view as well. Did you figure it out? Most of task I am working with are even in seconds. Hard to find library which...
I ended up with own solution based on D3. It Is hardcoded in our codebade now.
Hi, thank you for an example. I will test it once again if I can somehow update my code to something like this.
I had a same issue, I found a workaround to probably fix it. Instead of `editor.setValue(initialData)` I use `editor.editors.root.setValue(initialData, true)`. The second parameter is important there. It tells the editor...
I think the problem still persists. I do not have to implement the "onUpdateNode" at all. ```js onUpdateNode = (node) => { console.log(node); // this node is already in "graph.nodes"...
Hello, I would love to see last version pushed.
@jaywcjlove it looks like after update to v4.23.1 (and newer) the onChange is actually not called at all. Check this sandbox - https://codesandbox.io/p/sandbox/gracious-chandrasekhar-zqmsy9?file=%2Fsrc%2FApp.js it should show alert when updating a...