fix(client/attachments): scroll padding reducing in size after visiting attachments

This commit is contained in:
Elian Doran 2025-11-23 21:47:27 +02:00
parent ed373107c2
commit 11932353f7
No known key found for this signature in database

View File

@ -28,7 +28,7 @@ export default function ScrollPadding() {
refreshHeight();
return () => observer.disconnect();
}, [note]); // re-run when note changes
}, [ note, isEnabled ]); // re-run when note changes
return (isEnabled ?
<div