Closed TLA020 closed 2 weeks ago
Hi there, I'd suggest you to change model: new ButtonView( locale )
into a new model instance as per https://ckeditor.com/docs/ckeditor5/latest/api/module_ui_dropdown_utils-ListDropdownButtonDefinition.html#member-model.
import { Model addListToDropdown, type ListDropdownItemDefinition } from 'ckeditor5/src/ui';
// ...
model: new Model( {
label: '...',
withText: '...'
} )
There has been no activity on this issue for the past year. We've marked it as stale and will close it in 30 days. We understand it may still be relevant, so if you're interested in the solution, leave a comment or reaction under this issue.
We've closed your issue due to inactivity. We understand that the issue may still be relevant. If so, feel free to open a new one (and link this issue to it).
hi guys,
I get this error in vue -> ckeditor.js:5 CKEditorError: observable-bind-rebind
I try to create a dropdown plugin, but i keep getting this error. can't find anything.
Any idea?
Read more: https://ckeditor.com/docs/ckeditor5/latest/support/error-codes.html#error-observable-bind-rebind