mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
chore: eslint 10 (#26490)
This commit is contained in:
@@ -1004,7 +1004,7 @@ class TransformManager implements EditToolManager {
|
||||
];
|
||||
}
|
||||
|
||||
let cursorName = '';
|
||||
let cursorName: string;
|
||||
if (onTopLeftCorner || onBottomRightCorner) {
|
||||
cursorName = 'nwse-resize';
|
||||
} else if (onTopRightCorner || onBottomLeftCorner) {
|
||||
|
||||
Reference in New Issue
Block a user