Skip to content

Commit

Permalink
Just a small remark for later Todos
Browse files Browse the repository at this point in the history
  • Loading branch information
FalkWolsky committed Mar 14, 2024
1 parent dcaf94f commit cdbbb6c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export class GridCompOperator {
return true;
}

// FALK TODO: How can we enable Copy and Paste of components across Browser Tabs / Windows?
static pasteComp(editorState: EditorState) {
if (!this.copyComps || _.size(this.copyComps) <= 0 || !this.sourcePositionParams) {
messageInstance.info(trans("gridCompOperator.selectCompFirst"));
Expand Down

0 comments on commit cdbbb6c

Please sign in to comment.