This commit is contained in:
Kent Keirsey
2025-07-06 22:04:46 -04:00
committed by psychedelicious
parent 931d6521f6
commit 95bd9cef18

View File

@@ -85,11 +85,9 @@ const MaxRefImages = memo(() => {
MaxRefImages.displayName = 'MaxRefImages';
const AddRefImageDropTargetAndButton = memo(() => {
const { t } = useTranslation();
const { dispatch, getState } = useAppStore();
const tab = useAppSelector(selectActiveTab);
const canvasManager = useCanvasManagerSafe();
const isBusy = useCanvasIsBusySafe();
const uploadOptions = useMemo(
() =>