未验证 提交 e95be13d 编写于 作者: F Fatih Acet

Add disposeAutoSave method autosave mixin.

上级 01aa7752
......@@ -152,7 +152,7 @@ export default {
this.initAutoSave(this.transformedDiscussion, ['Reply']);
});
} else {
this.autosave.dispose();
this.disposeAutoSave();
}
},
},
......
......@@ -23,5 +23,8 @@ export default {
setAutoSave() {
this.autosave.save();
},
disposeAutoSave() {
this.autosave.dispose();
},
},
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册