react-native-zss-rich-text-editor icon indicating copy to clipboard operation
react-native-zss-rich-text-editor copied to clipboard

action.unlink not working

Open TharaViswa opened this issue 7 years ago • 0 comments

I am trying to use unlink functionality. I made few changes

  1. In const.js unlink: 'unlink',

2.In RichTextEditor.js unlink(url, title) { this._sendAction(actions.unlink, {url, title}); }

  1. In RichTextToolbar.js case actions.unlink:

4.In WebviewMessageHandler.js case '${actions.unlink}': zss_editor.unlink(action.data.url, action.data.title); break; but still unlink not working for me. Can someone please help me?

TharaViswa avatar Oct 11 '18 12:10 TharaViswa