lint
This commit is contained in:
parent
16c0417f5b
commit
11ee139d5c
@ -828,7 +828,7 @@ const bindingBorderTest = (
|
|||||||
{ x, y }: { x: number; y: number },
|
{ x, y }: { x: number; y: number },
|
||||||
app: AppClassProperties,
|
app: AppClassProperties,
|
||||||
): boolean => {
|
): boolean => {
|
||||||
if(!element || !element.width || !element.height) {
|
if (!element || !element.width || !element.height) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
const threshold = maxBindingGap(element, element.width, element.height);
|
const threshold = maxBindingGap(element, element.width, element.height);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user