mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
Replace insertAdjacentText with textContent
This commit is contained in:
parent
663de4c8d6
commit
ce4281821d
@ -160,7 +160,7 @@ class LinesTileComponent
|
||||
)
|
||||
else
|
||||
unless @appendEndOfLineNodes(id, lineNode)
|
||||
lineNode.insertAdjacentText("beforeend", "\u00a0")
|
||||
lineNode.textContent = "\u00a0"
|
||||
|
||||
appendLineInnerNodes: (id, lineNode) ->
|
||||
lineState = @newTileState.lines[id]
|
||||
|
Loading…
Reference in New Issue
Block a user