From d15278e70e0c33eef264a4786ef9dc35aad23807 Mon Sep 17 00:00:00 2001 From: Zsolt Viczian Date: Thu, 6 May 2021 23:23:59 +0200 Subject: [PATCH] tooltip edit --- src/ExcalidrawView.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ExcalidrawView.ts b/src/ExcalidrawView.ts index 49040cee..95b93766 100644 --- a/src/ExcalidrawView.ts +++ b/src/ExcalidrawView.ts @@ -105,7 +105,7 @@ export default class ExcalidrawView extends TextFileView { } async onload() { - this.addAction(DISK_ICON_NAME,"Force-save now\n(Please note, that autosave is always on)",async (ev)=> { + this.addAction(DISK_ICON_NAME,"Force-save now to update transclusion visible in adjacent workspace pane\n(Please note, that autosave is always on)",async (ev)=> { await this.save(); this.plugin.triggerEmbedUpdates(); });