mirror of
https://github.com/zsviczian/obsidian-excalidraw-plugin.git
synced 2025-08-06 05:46:28 +00:00
Force-Save tooltip
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user