mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Render only visible and yet-to-be-measured block decorations
This commit is contained in:
@@ -347,4 +347,7 @@ class TextEditorElement extends HTMLElement
|
||||
getHeight: ->
|
||||
@offsetHeight
|
||||
|
||||
invalidateBlockDecorationDimensions: ->
|
||||
@component.invalidateBlockDecorationDimensions(arguments...)
|
||||
|
||||
module.exports = TextEditorElement = document.registerElement 'atom-text-editor', prototype: TextEditorElement.prototype
|
||||
|
||||
Reference in New Issue
Block a user