jomarko commented on code in PR #2720:
URL:
https://github.com/apache/incubator-kie-tools/pull/2720#discussion_r1891857572
##########
packages/editor/src/api/KogitoEditorEnvelopeApi.ts:
##########
@@ -51,6 +51,7 @@ export interface EditorInitArgs {
export interface KogitoEditorEnvelopeApi extends KeyboardShortcutsEnvelopeApi,
I18nEnvelopeApi {
kogitoEditor_contentChanged(content: EditorContent, args: {
showLoadingOverlay: boolean }): Promise<void>;
+ kogitoEditor_openBoxedExpressionEditor(nodeId: string): void;
Review Comment:
yes, thank you @tiagobento , @ljmotta gave me a tip to look on:
- `YardChannelComponent`
- `WebToolsEmbeddedEditor`
- `yardTextEditor_moveCursorToPosition`
working on it currently
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]