mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
Fix clicking fold placeholders by ignoring pointer events on cursors div
This commit is contained in:
committed by
Antonio Scandurra
parent
336aa0f521
commit
87eb16f5ed
@@ -633,7 +633,8 @@ class TextEditorComponent {
|
||||
contain: 'strict',
|
||||
zIndex: 1,
|
||||
width: this.getScrollWidth() + 'px',
|
||||
height: this.getScrollHeight() + 'px'
|
||||
height: this.getScrollHeight() + 'px',
|
||||
pointerEvents: 'none'
|
||||
}
|
||||
}, children)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user