mirror of
https://github.com/atom/atom.git
synced 2026-01-14 17:38:03 -05:00
Move lines class
This commit is contained in:
committed by
Antonio Scandurra
parent
b362f746f8
commit
9487c1cd00
@@ -224,7 +224,7 @@ class TextEditorComponent {
|
||||
)
|
||||
}
|
||||
|
||||
return $.div({ref: 'lines', className: 'lines', style}, children)
|
||||
return $.div({style}, children)
|
||||
}
|
||||
|
||||
renderLineTiles (width, height) {
|
||||
@@ -288,6 +288,7 @@ class TextEditorComponent {
|
||||
|
||||
return $.div({
|
||||
key: 'lineTiles',
|
||||
className: 'lines',
|
||||
style: {
|
||||
position: 'absolute',
|
||||
contain: 'strict',
|
||||
|
||||
Reference in New Issue
Block a user