Donn Felker

Results 20 comments of Donn Felker
trafficstars

I forked the project and implemented a simple naive solution here: https://github.com/donnfelker/editor-js-image#readme on NPM: https://www.npmjs.com/package/@donnfelker/editor-js-image

Other devs: See #90 for a [code snippet](https://github.com/editor-js/list/issues/90#issuecomment-2053824018) you can use to fix it locally until this is merged.

Same here - Huge problem, cannot delete list items. Would love to see this merged. Is this project being maintained?

@sethaddison thats a real bummer. This has a ton of potential. Probably going to fork it, apply your change and then reference it in my package.json as a solution. Kind...

@uzair-ashraf thank you. I tried that, and it works, until you toggle the list type to the other type (ordered/unordered). Then the key event listeners are removed. I have put...

Here is my fix. This is basically whats in #96 right now. But you can pull it into your project as @uzair-ashraf did above. I put this into a `patched_list.js`...

Also having this same issue.

Interesting find ... if you execute this with inline yaml, the test works. This passes: ```ruby test "should have a public key loaded from inline yaml" do fixture_data = YAML.load

Possibly relates to https://github.com/rails/rails/issues/43664

@artemave very interesting and great find. I'll have to give this a shot and report back my findings. Thank you for posting.