mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Disallow OS text selection in atom buffers.
This commit is contained in:
@@ -138,6 +138,10 @@ atom-text-editor {
|
||||
.cursors.blink-off .cursor {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
// Atom manages the selection independent of Blink / the OS. We never want a
|
||||
// native selection.
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
atom-text-editor[mini] {
|
||||
|
||||
Reference in New Issue
Block a user