webgme icon indicating copy to clipboard operation
webgme copied to clipboard

Cannot modify exisitng decorators

Open AndrewFoose opened this issue 3 years ago • 1 comments

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.

AndrewFoose avatar Aug 01 '22 20:08 AndrewFoose

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.

pmeijer avatar Nov 03 '22 20:11 pmeijer