fix status message not showing
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user