Closed hyyan closed 1 month ago
The following is a valid multiline string in BBj. But you see that the syntax highlighting is wrong.
pos! = inputD!.executeScript(" : (async () => { : await customElements.whenDefined('bbj-inputd'); : await component.setFocus(); : await component.setSelectionRange(3,5); : return (await component.getPart('input')).selectionStart :})(); :", BBjAPI.TRUE)
tested, works as expected now.
The following is a valid multiline string in BBj. But you see that the syntax highlighting is wrong.