fix: don't force a full syntax reparse on undo/redo
This commit is contained in:
parent
efc5546488
commit
8004b41eb4
1 changed files with 0 additions and 2 deletions
|
@ -579,7 +579,6 @@ pub const Editor = struct {
|
|||
};
|
||||
try self.restore_undo_redo_meta(meta);
|
||||
try self.send_editor_jump_destination();
|
||||
self.reset_syntax();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -596,7 +595,6 @@ pub const Editor = struct {
|
|||
};
|
||||
try self.restore_undo_redo_meta(meta);
|
||||
try self.send_editor_jump_destination();
|
||||
self.reset_syntax();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue