a6007d4376
Fix action menu dropdown not closing when clicking outside the table or board and introduce helper functions to get the action menu component ids.
4 lines
116 B
TypeScript
4 lines
116 B
TypeScript
export const getActionBarIdFromActionMenuId = (actionMenuId: string) => {
|
|
return `action-bar-${actionMenuId}`;
|
|
};
|