Support invisibles in the selection
This commit is contained in:
parent
1eeeec157e
commit
4aaf44df94
3 changed files with 38 additions and 22 deletions
|
@ -451,6 +451,7 @@ pub struct FeaturesContent {
|
|||
#[serde(rename_all = "snake_case")]
|
||||
pub enum ShowInvisibles {
|
||||
#[default]
|
||||
Selection,
|
||||
None,
|
||||
All,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue