Skip to content

Commit

Permalink
reinstate div wrapper on svg endpoints. the absence of it causes fire…
Browse files Browse the repository at this point in the history
…fox to fail because there are no offsetLeft or offsetTop properties on svg elements in firefox
  • Loading branch information
sporritt committed Oct 29, 2014
1 parent 07b76c5 commit 22e6023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderers-svg.js
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@
cssClass:params._jsPlumb.endpointClass,
originalArgs:arguments,
pointerEventsSpec:"all",
useDivWrapper:false,
useDivWrapper:true,
_jsPlumb:params._jsPlumb
} ]);

Expand Down

0 comments on commit 22e6023

Please sign in to comment.