We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
データモデルマネージャーのbeginUpdate()が呼ばれているとき、そのマネージャに属するデータモデルのデータアイテム内のObservableArrayについて、今は変更時に即座にchangeイベントが発火する。これを、endUpdate()が呼ばれたときにまとめてchangeイベントをあげるように変更する。
The text was updated successfully, but these errors were encountered:
hifive#264 対応しました。テストケース追加しました。
fc85d3e
対応しました。 なお、ObservableArrayのchangeBeforeイベントの発火はbegin-endUpdateの影響は受けません。
今回の対応での仕様変更、及びそれに伴う仕様変更は以下の通りです。
{ type: 'change', method: null, args: null, returnValue: null }
Sorry, something went wrong.
hifive#264
c85e16b
ObservableArray単体及びDataItemに属するObservableArrayのchangeBefore,changeイベントについてのテストを追加
a5451e8
リファクタ。endUpdate時にObsAryのchangeイベントをあげるかどうかを引数で渡していましたが、managerにフラグを持たせるようにしました。
fukudayasuo
No branches or pull requests
データモデルマネージャーのbeginUpdate()が呼ばれているとき、そのマネージャに属するデータモデルのデータアイテム内のObservableArrayについて、今は変更時に即座にchangeイベントが発火する。これを、endUpdate()が呼ばれたときにまとめてchangeイベントをあげるように変更する。
The text was updated successfully, but these errors were encountered: