Skip to content

Commit

Permalink
delete unnecessary print
Browse files Browse the repository at this point in the history
  • Loading branch information
jiji14 committed Mar 4, 2024
1 parent 16b114b commit 8b5c6f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion www/js/diary/list/TimelineScrollList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ const TimelineScrollList = ({
is the least intrusive way I've found to trigger a layout change.
It basically just jiggles the element so it doesn't blank out. */
onContentSizeChange={() => {
console.debug('TimelineScrollList onContentSizeChange');
const list = document.getElementById('timelineScrollList');
list?.style.setProperty('margin-right', '1px');
setTimeout(() => {
Expand Down

0 comments on commit 8b5c6f6

Please sign in to comment.