mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
Pull from component's rendered lines in tests
This commit is contained in:
parent
e6026a145c
commit
0e747a400d
@ -1539,7 +1539,7 @@ function lineNodeForScreenRow (component, row) {
|
||||
}
|
||||
|
||||
function textNodesForScreenRow (component, row) {
|
||||
const screenLine = component.getModel().screenLineForScreenRow(row)
|
||||
const screenLine = component.renderedScreenLineForRow(row)
|
||||
return component.textNodesByScreenLineId.get(screenLine.id)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user