Force-Save tooltip

This commit is contained in:
Zsolt Viczian
2021-05-06 23:20:42 +02:00
parent c962168c52
commit 4be1ff89fe

View File

@@ -105,7 +105,7 @@ export default class ExcalidrawView extends TextFileView {
}
async onload() {
this.addAction(DISK_ICON_NAME,"Save drawing",async (ev)=> {
this.addAction(DISK_ICON_NAME,"Force-save now\n(Please note, that autosave is always on)",async (ev)=> {
await this.save();
this.plugin.triggerEmbedUpdates();
});