mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 13:00:13 +02:00
Highlight currently playing song on all song tables (#178)
This commit is contained in:
@@ -22,8 +22,6 @@ export const useHandleTableContextMenu = (
|
||||
|
||||
const api = gridApi || e?.api;
|
||||
|
||||
console.log('api :>> ', api);
|
||||
|
||||
if (!api) return;
|
||||
|
||||
let selectedNodes = sortBy(api.getSelectedNodes(), ['rowIndex']);
|
||||
|
||||
Reference in New Issue
Block a user