Skip to content

Conversation

@satof3
Copy link
Contributor

@satof3 satof3 commented Jan 13, 2026

Task

https://redmine.weseek.co.jp/issues/176753

Summary

  • SPサイズ以下では画面幅いっぱいにタイトルが表示されるように調整
image

@satof3 satof3 requested a review from yuki-takei January 13, 2026 07:43
@satof3 satof3 self-assigned this Jan 13, 2026
@satof3 satof3 changed the title Fix mobile editor page title display fix: mobile editor page title display Jan 14, 2026
window.addEventListener('resize', calcMaxWidth);
return () => {
window.removeEventListener('resize', calcMaxWidth);
};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

この addEventListener はパフォーマンス悪化の原因になるので消してください

useDeviceLargerThanSm を使えば re-rendering されるはず

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants