Skip to content

Commit cdbbb6c

Browse files
author
FalkWolsky
committed
Just a small remark for later Todos
1 parent dcaf94f commit cdbbb6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/packages/lowcoder/src/comps/utils/gridCompOperator.ts

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export class GridCompOperator {
7777
return true;
7878
}
7979

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

0 commit comments

Comments
 (0)