We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65fcfc3 commit 1f7b72aCopy full SHA for 1f7b72a
1 file changed
app/scripts/alchemy/core/startGraph.coffee.md
@@ -44,7 +44,7 @@
44
.attr "xlink", "http://www.w3.org/1999/xlink"
45
.attr "pointer-events", "all"
46
.attr "style", "background:#{conf.backgroundColour};"
47
- .attr "alchInst", Alchemy::instances.length
+ .attr "alchInst", (Alchemy::instances.length - 1)
48
.on 'click', a.interactions.deselectAll
49
.call a.interactions.zoom(conf.scaleExtent)
50
.on "dblclick.zoom", null
0 commit comments