fix status message not showing

This commit is contained in:
2025-05-29 14:17:52 +01:00
parent 835eec331b
commit 0e516f2a1f
3 changed files with 9 additions and 7 deletions

View File

@@ -181,6 +181,7 @@ const _BookmarkList = memo(({ className }: { className?: string }) => {
Enter: openItem,
c: (event) => {
console.log("event", event)
if (event.ctrlKey || event.metaKey) {
event.preventDefault()
copyBookmarkLink()