Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

メッセージウィンドウのオーバーフロー問題を修正 #25

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from

Conversation

EndoHizumi
Copy link
Owner

概要

メッセージウィンドウの高さと幅を考慮せずに文字を表示する問題を修正しました。

修正内容

  1. テキスト表示時にメッセージウィンドウの幅を考慮し、必要に応じて自動的に改行するように修正
  2. テキストがウィンドウの高さを超えた場合は、自動的にスクロールするように修正
  3. 長いテキストの場合、一定の高さを超えたら「続く」表示を追加し、クリック待ちを行うように修正
  4. 改行コード(\n)を適切に処理するように修正
  5. ESLintの設定を修正して、ブラウザ環境のグローバルオブジェクトを許可するように変更

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant