mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-19 01:24:21 +01:00
pass NoteAction by value instead of reference
Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
@@ -501,7 +501,7 @@ fn chrome_handle_app_action(
|
||||
let txn = Transaction::new(ctx.ndb).unwrap();
|
||||
|
||||
notedeck_columns::actionbar::execute_and_process_note_action(
|
||||
¬e_action,
|
||||
note_action,
|
||||
ctx.ndb,
|
||||
columns
|
||||
.decks_cache
|
||||
|
||||
Reference in New Issue
Block a user