mirror of
https://github.com/atom/atom.git
synced 2026-02-15 00:55:14 -05:00
👕
This commit is contained in:
@@ -3436,7 +3436,7 @@ class LineNumberComponent {
|
||||
}
|
||||
|
||||
if (number != null) {
|
||||
this.element.insertBefore(nodePool.getTextNode(number), this.element.firstChild);
|
||||
this.element.insertBefore(nodePool.getTextNode(number), this.element.firstChild)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user