mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
💄
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user