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

fix pasted text ignoring options_lineWrap 修正貼上文字無視自動換行設定的問題 #118

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

IepIweidieng
Copy link
Contributor

@IepIweidieng IepIweidieng commented Aug 11, 2022

  • 修正設定中的「自動換行, 當貼上的字長於」選項無效,造成貼上的文字必定會在到達橫行 78 字元處時換行的問題

When options_lineWrap changed, App.view.lineWrap was not modified and remained as 78.
此前,當 options_lineWrap 改變,App.view.lineWrap 並未被更動且維持其値爲 78

  • js/pttchrome: this.conn.lineWrap -> this.view.lineWrap

When options_lineWrap changed,
App.view.lineWrap was not modified and remained as 78.

* this.conn.lineWrap -> this.view.lineWrap
@IepIweidieng IepIweidieng changed the title fix pasted text ignoring options_lineWrap fix pasted text ignoring options_lineWrap 修正貼上文字無視自動換行設定 Dec 9, 2022
@IepIweidieng IepIweidieng changed the title fix pasted text ignoring options_lineWrap 修正貼上文字無視自動換行設定 fix pasted text ignoring options_lineWrap 修正貼上文字無視自動換行設定的問題 Dec 9, 2022
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.

None yet

1 participant