obsidian-webpage-export
obsidian-webpage-export copied to clipboard
after the export, a progress bar remains in the application icon (macOS)
macOS Sonoma 14.3.1 Obsidian 1.5.3 Webpage HTML Export 1.8.0
before export
after export
I'll look into this
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);