mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-24 21:39:36 +02:00
parent
74e3cbc7e2
commit
2530f2d089
5 changed files with 43 additions and 40 deletions
|
@ -191,9 +191,7 @@ const BookmarkTable = (props: ComponentProps): JSX.Element => {
|
|||
</div>
|
||||
<div
|
||||
className={classes.TableAction}
|
||||
onClick={() =>
|
||||
props.pinBookmarkCategory(category)
|
||||
}
|
||||
onClick={() => props.pinBookmarkCategory(category)}
|
||||
onKeyDown={(e) =>
|
||||
keyboardActionHandler(
|
||||
e,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue