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