Added fold changes on gutter hover
This commit is contained in:
parent
2036fc48b5
commit
89b93d4f6f
5 changed files with 49 additions and 11 deletions
|
@ -24,7 +24,7 @@ pub use block_map::{
|
|||
BlockDisposition, BlockId, BlockProperties, BlockStyle, RenderBlock, TransformBlock,
|
||||
};
|
||||
|
||||
#[derive(Copy, Clone, Debug)]
|
||||
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
|
||||
pub enum FoldStatus {
|
||||
Folded,
|
||||
Foldable,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue