Highlight currently playing song on all song tables (#178)

This commit is contained in:
jeffvli 2023-07-18 18:39:39 -07:00
parent 919016ca5a
commit ece7fecc76
13 changed files with 299 additions and 194 deletions

View file

@ -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']);