Clayton
Clayton
It works on mine... I just added this to my toolbar: `['table', ['table']],` ``` options={{ minHeight: 400, maxHeight: null, dialogsInBody: true, toolbar: [ ['style', ['style']], ['font', ['bold', 'underline', 'italic']], ['font',...
Error copying temporary files: no such file or directory '...../node_modules/next-pkg/lib/server.js'
+1
I'm having the same issue. It works on my local machine just fine with an MySQL Server of Version: 5.7.14. But when I publish my code to the testing server...
You could always setup a timeout on top of the on click that handles checking for a second click. So something like: ```jsx doubleClickPending = false; doubleClickTimeout; onClick(node) { if(this.doubleClickPending)...
You can checkout the source code for the Node and Node Text components. They should give you a good indication of what to do... - Example for `renderNodeText`: [node-text.js](https://github.com/uber/react-digraph/blob/5bc40de33d572af87dc26ac47c0bb809ae99b633/src/components/node-text.js#L40) -...
Might help to get started: https://github.com/bcherny/flow-to-typescript