Skip to content

0.7.5 - Requested code changes for release

Compare
Choose a tag to compare
@ms3056 ms3056 released this 09 Sep 04:58

function debounce(func: (...args: any[]) => void, wait: number) {
The Obsidian API already includes a function of the same name that does the same.

Response: code change implemented in 0.7.5

updateInterval: NodeJS.Timeout | null = null;
Use a regular number here, and use window.setTimeout everywhere.

Response: code change implemented in 0.7.5

const checkLayoutInterval = setInterval(async () => {
Remove this code.

Response: code change implemented in 0.7.5

cls: "recent-files-donation",
Wrong class name.
Also, the donation information is usually at the bottom of the settings.

Response: code change implemented in 0.7.5