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

Introduced composition observer #1330

Merged
merged 4 commits into from
Mar 5, 2018
Merged

Introduced composition observer #1330

merged 4 commits into from
Mar 5, 2018

Conversation

f1ames
Copy link
Contributor

@f1ames f1ames commented Feb 28, 2018

Suggested merge commit message (convention)

Feature: Introduced composition observer. Closes ckeditor/ckeditor5#4293.


Additional information

It mostly reuses the code from #861, but seems to be enough to cover this feature.

@Reinmar Reinmar requested a review from szymonkups February 28, 2018 15:28
@szymonkups szymonkups assigned szymonkups and unassigned szymonkups Mar 4, 2018
*
* @member {Boolean}
*/
this.isComposing = false;
Copy link
Contributor

@szymonkups szymonkups Mar 4, 2018

Choose a reason for hiding this comment

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

Why this is needed here? It is not used anywhere else in the renderer.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not needed, it was a leftover (well, it probably will be used in the related task, but definitely should not be added in this PR) - removed.

@f1ames f1ames requested a review from szymonkups March 5, 2018 08:21
@szymonkups szymonkups merged commit a0ad8fe into master Mar 5, 2018
@szymonkups szymonkups deleted the t/1329 branch March 5, 2018 08:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introduce composition observer
2 participants