1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Don’t use FIXME

This commit is contained in:
gnattu 2024-10-20 21:54:49 +08:00
parent 956f9bf7e4
commit 88f9c3d31b

View file

@ -313,7 +313,7 @@ const UserParentalControl = () => {
return false;
};
// FIXME: The following is still hacky and should migrate to pure react implementation for callbacks in the future
// The following is still hacky and should migrate to pure react implementation for callbacks in the future
if (accessSchedulesPopupCallback) {
(page.querySelector('#btnAddSchedule') as HTMLButtonElement).removeEventListener('click', accessSchedulesPopupCallback);
}