Valeriy

Results 96 comments of Valeriy

> ![Screenshot 2024-05-14 161401](https://private-user-images.githubusercontent.com/150325957/330393165-00eb4186-ef04-47ab-bed4-0a98d2333d24.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTU2ODM4NzUsIm5iZiI6MTcxNTY4MzU3NSwicGF0aCI6Ii8xNTAzMjU5NTcvMzMwMzkzMTY1LTAwZWI0MTg2LWVmMDQtNDdhYi1iZWQ0LTBhOThkMjMzM2QyNC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQwNTE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MDUxNFQxMDQ2MTVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0yYzQ2YWI0OTk3M2EzMTE3YTliOGUzYTRjYzMzNWFkZmY2OTE3ZWUzNzBjYjMwNjEyZmJkNDI5YjQxM2Q5MzkzJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZhY3Rvcl9pZD0wJmtleV9pZD0wJnJlcG9faWQ9MCJ9.TrFXNu2V6vXh3FE4WnTBGYHGugN_kR48Kg_7veyPYZg) May be you can give me demo page?

Hi, I checked in different editors, none of them deletes dir. Write how you think this should work, and where have you seen this behavior?

When the click event occurs, the cursor leaves the editor. Try to handle pointerdown rather than click and do preventDefault() to avoid losing the cursor

Hello, did you solve the problem? We have an autotest for creating custom elements for lineheight and it works. Are you using the ESM build?

> * the examples are not working because they need the build folder - at least 2 of them: index.html and "another", forgot which. What examples are we talking about?...

Hm, second is correct code. Can you make demo for me?

Hi, Use commandToHotkeys instead https://xdsoft.net/jodit/docs/modules/plugins_hotkeys.html#root

Hi, use https://xdsoft.net/jodit/docs/options.html#events ```jsx { if (node.nodeName === 'IMG') { fetch('delete.php', { image: node.src }); } } } }), [])} .../>

Yes, this event only fires after select.removeNode is called. I think we need to improve this behavior and run it every time any node is deleted