Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit c992168

Browse files
committed
fix lint
1 parent b285315 commit c992168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/structures/ScrollPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ export default class ScrollPanel extends React.Component<IProps> {
284284
// non-standard DPI settings also seem to have effect here and can
285285
// actually lead to scrollTop+clientHeight being *larger* than
286286
// scrollHeight. (observed in element-desktop on Ubuntu 20.04)
287-
//
287+
//
288288
return sn.scrollHeight - (sn.scrollTop + sn.clientHeight) <= 1;
289289
};
290290

0 commit comments

Comments
 (0)