mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-24 21:39:36 +02:00
add bookmark sorting (#3)
This commit is contained in:
parent
2530f2d089
commit
8fab9bc06c
5 changed files with 21 additions and 25 deletions
|
@ -191,7 +191,9 @@ 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