Stop event propogation over hover cards so we dont click on cards when opening the menu
This commit is contained in:
@ -50,6 +50,9 @@ export const LibraryHoverActions = (props: LibraryHoverActionsProps) => {
|
||||
'0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px 0 rgba(0, 0, 0, 0.06);',
|
||||
},
|
||||
}}
|
||||
onClick={(event) => {
|
||||
event.stopPropagation()
|
||||
}}
|
||||
>
|
||||
<Button
|
||||
title="View notebook (t)"
|
||||
|
||||
Reference in New Issue
Block a user