obsidian-webpage-export icon indicating copy to clipboard operation
obsidian-webpage-export copied to clipboard

after the export, a progress bar remains in the application icon (macOS)

Open mkduew opened this issue 1 year ago • 2 comments

macOS Sonoma 14.3.1 Obsidian 1.5.3 Webpage HTML Export 1.8.0

before export before_export

after export after_export

mkduew avatar Feb 22 '24 15:02 mkduew

I'll look into this

KosmosisDire avatar Feb 22 '24 20:02 KosmosisDire

The same bug confirmed on: Mac OS Ventura 13.1 Webpage HTML Export 1.18.01 Obsidian 1.5.12

The progress bar should be removed by calling the method after the operation is completed (just hotfixed it in the compiled version for myself): _a2.setProgressBar(-1);

Dvornik avatar Apr 03 '24 14:04 Dvornik