-
Notifications
You must be signed in to change notification settings - Fork 37
Adding view image caption if not present when insertion to model caption is made #66
Conversation
…hen something is inserted to model caption.
R- for 3 reasons:
|
|
Hm... I missed it in the code. Sorry.
There's nothing wrong with long files as long as the code inside is written nicely. In fact, it's often easier to read the code if it's in one place than when it's split between multiple locations. Developers tend to over-optimise this because it's a typical evidence of premature optimisation. This leads to futher complication because exposed code creates public API and should be written in a more future-proof way.
|
…ve not much sense as public API.
Suggested merge commit message (convention)
Fix: Adding view image caption if not present when insertion to model caption is made. Closes ckeditor/ckeditor5#5068.