Skip to content

Commit 91d2c15

Browse files
small fix to previous commit
1 parent 017ad76 commit 91d2c15

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

web/js/ClassView.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,6 @@ ClassView.prototype.init = function () {
284284
}
285285
});
286286

287-
setTimeout(function () {self.paper.setOrigin(0,0)},100);
288-
289287
// enables links re-routing when dragging objects
290288
this.graph.on("change:position", function (object) {
291289
if (_.contains(self.objects, object))

0 commit comments

Comments
 (0)