mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
lint
This commit is contained in:
parent
16c0417f5b
commit
11ee139d5c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue