mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-02-01 20:10:35 +01:00
fix 2
This commit is contained in:
parent
0722ecc6c4
commit
6acce968a5
@ -27,7 +27,7 @@ export const PageEditorFileDropdown: React.FC<PageEditorFileDropdownProps> = ({
|
||||
switchingTo,
|
||||
viewOptionStyle,
|
||||
}) => {
|
||||
const handleCheckboxClick = (e: React.MouseEvent, fileId: string) => {
|
||||
const handleCheckboxClick = (e: React.MouseEvent, fileId: FileId) => {
|
||||
e.stopPropagation();
|
||||
onToggleSelection(fileId);
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user