Drawing edges or inserting nodes does not work in production bundle
magjac opened this issue · 0 comments
magjac commented
Drawing eges or inserting nodes directly in the graph area doesn't work in the production bundle built with npm run build
, but it works in the development version started with npm run start
.
Adding nodes and edges through the text editor works in both versions.