Vinod
Vinod
This error is cause by this line https://github.com/appsmithorg/appsmith/blob/release/app/client/src/components/editorComponents/ActionCreator/index.tsx#L140 Regex breaks when we have a closing `)`
Web APIs https://developer.mozilla.org/en-US/docs/Web/API/Window/getSelection give selection for window. Its not bound to any input. Isn't it easier to provide support for this? When I say JS editor I mean any CodeMirror...
@Nikhil-Nandagopal Yes. I was saying the we should make it an autocomplete item similar to `showAlert()` function. This would ensure the developer has a way get the text selected by...
That works too. I was trying to stick to web standards. similar to `window.getSelection`