|
@@ -659,6 +659,11 @@ export class SelectCtrl extends ModuleControl<EditorModule> {
|
|
if (comp.layout.locked) {
|
|
if (comp.layout.locked) {
|
|
this.transferStyle.showGizmo = false;
|
|
this.transferStyle.showGizmo = false;
|
|
}
|
|
}
|
|
|
|
+ if (comp.compKey == "Text") {
|
|
|
|
+ if (!this.helper.isStreamCardChild(comp.id)) {
|
|
|
|
+ this.transferStyle.showGizmo = false;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|