Tags: sorokinvld/logseq
Tags
fix: Improve error handling in `mkdir` function (logseq#9247) * Improve error handling in `mkdir-if-not-exists` function This PR improves the error handling in the `mkdir-if-not-exists` function by logging the "EEXIST" error (which indicates the directory already exists) instead of throwing it. Other errors will continue to be handled as before. - [x] closes logseq#9182 * enhance: move error handling to fs/node.js * fix: make EEXIST silent and only throw other errors
tiny style fix: polish color circles in block context menu (logseq#9237) * style: adapt bullet context menu color circles to theme highlight colors * style: remove shadows for color circles in block context menu * Revert "style: adapt bullet context menu color circles to theme highlight colors" This reverts commit 6468115.
fix(editor): wrong xml prettify implementation Introduced: logseq#8968
PreviousNext