Domas
Domas
Using $refs to set a dropActive prop is not ideal as $refs is not reactive. I would suggest emiting an event. Simplest way to do it would be to add...
When a file is selected from file dialog, `file.file.type` is populated with file's mime type. However, when the same file is dropped, `file.file.type` is empty. The solution should involve working...
When usage relies on editor.js events (block added/remove/updated), the behavior when user presses "Enter" on last empty item does not trigger editor.js block updated event. As a result, the last...