webgme
webgme copied to clipboard
Cannot modify exisitng decorators
Hello, I am attempting to modify SVGDecorator, so that ports retain their proper designated orientation, rather than only being on the left or right side. I have removed what I believed to be the code which causes the ports to change their orientation, however, the change is not properly reflected in the results.
Most client side changes in the webgme-repo requires a new bundle to be built. You can see what's included here:
https://github.com/webgme/webgme/blob/master/utils/build/dist/includes.js#L5
Either run npm run build or load (better when developing) the page via debug.html, e.g. http://localhost:8888/debug.html to see your changes.