Mindl-dev

Results 1 comments of Mindl-dev

Found a fix for this. In next_app.js in static/next_ui_plugin, add this at line 320: var _offset = this.getOffset(); var n = line.normal().multiply(_offset); Change line 326 to: point = line.start.add(n); Change...