This commit is contained in:
Kevin Sawicki
2012-12-27 18:25:41 -08:00
parent 8c07d0d0bb
commit b4ced55609

View File

@@ -103,7 +103,7 @@ class CommandLogger extends ScrollView
.attr('height', (d) -> ky * d.dy - 1)
t.select('.command-logger-node-text div')
.attr('style', (d) -> "height:#{ky * d.dy - 1}px;width:#{kx * d.dx - 1}px")
.attr('style', (d) -> "height:#{ky * d.dy - 1}px;width:#{kx * d.dx - 1}px")
node = d
d3.event.stopPropagation()