File tree Expand file tree Collapse file tree
src/obsidian/helpers/inline-editor Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "id" : " lineage" ,
33 "name" : " Lineage" ,
4- "version" : " 0.8.4 " ,
4+ "version" : " 0.8.5 " ,
55 "minAppVersion" : " 0.15.0" ,
66 "description" : " Edit Markdown in a keyboard-centric Miller columns interface. Inspired by Gingko Writer." ,
77 "author" : " ycnmhd" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " lineage" ,
3- "version" : " 0.8.4 " ,
3+ "version" : " 0.8.5 " ,
44 "description" : " " ,
55 "scripts" : {
66 "dev" : " node esbuild.config.mjs" ,
Original file line number Diff line number Diff line change @@ -157,6 +157,10 @@ export class InlineEditor {
157157 containerEl : this . containerEl ,
158158 app : this . view . plugin . app ,
159159 workspace,
160+ history : {
161+ backHistory : [ ] ,
162+ forwardHistory : [ ] ,
163+ } ,
160164 } as never ) as InlineMarkdownView ;
161165 this . inlineView . save = noop ;
162166 this . inlineView . requestSave = this . invokeAndDeleteOnChangeSubscriptions ;
You can’t perform that action at this time.
0 commit comments