Konstantin Kamenskiy
Konstantin Kamenskiy
> i found a workaround: just set link as an empty object in `customTools.js` > > `link: function () {},` thanks a lot, it worked for me! Was very helpful!
I found a very [useful extension](https://github.com/trinhtam/editorjs-hyperlink) It would be great if you will support same functionality
I've found a workaround. In `customTools.js` i wrote: ```js hyperlink: { class: Hyperlink, // ... code here }, // solution below link: function() {} ```