Skip to content

Commit 10aa239

Browse files
committed
Add new line to seperate conditions
Signed-off-by: Akshat Patel <[email protected]>
1 parent 73120ba commit 10aa239

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modal/modal.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ export class Modal implements AfterViewInit, OnChanges, OnDestroy {
132132
if (!modalContent) {
133133
return false;
134134
}
135+
135136
// get rounded value from height to match integer returned from scrollHeight
136137
const modalContentHeight = Math.ceil(modalContent.getBoundingClientRect().height);
137138
const modalContentScrollHeight = modalContent.scrollHeight;

0 commit comments

Comments
 (0)