ckeditor5-inspector icon indicating copy to clipboard operation
ckeditor5-inspector copied to clipboard

Model attribute value is not rendered correctly when an object

Open oleq opened this issue 4 years ago • 2 comments

oleq avatar Jan 28 '21 12:01 oleq

Consider increasing value from 1 to 2 here:

https://github.com/ckeditor/ckeditor5-inspector/blob/baa8edf6646658c19b3d0b20389cd79b64ba85a2/src/components/utils.js#L17-L19

image

pomek avatar Aug 16 '21 07:08 pomek

Just keep in mind that:

  • IIRC this will also affect the selection/node (object) inspector on the right,
  • some attributes have huge nested structures, and printing two levels meant printing really insane stuff, especially, if there was a reference to model/editor/document (any large structure, really). Mentions suffered from this, and although it was fixed at some point it's hard to predict what's in there.
  • #102

oleq avatar Aug 24 '21 13:08 oleq