Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Layout change event docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Jasiun committed Jun 25, 2018
1 parent 17ac131 commit bd4db48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/view/document.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,9 @@ export default class Document {
}

/**
* @TODO.
* Event fired whenever document content layout change. It is fired whenever content is
* {@link module:engine/view/view~View#event:render rendered}, but should be also fired by observers in case of
* other actions which may change layout, for instance when image loads.
*
* @event module:engine/view/document~Document#event:layoutChanged
*/
Expand Down

0 comments on commit bd4db48

Please sign in to comment.