liwei 1 year ago
parent
commit
0f4561f0e3

+ 1 - 0
src/modules/editor/components/CompUI/basicUI/Transfer/streamCard.tsx

@@ -16,6 +16,7 @@ export const StreamCardTransfer = defineComponent({
         if (pageEl) {
           streamCardTransferCtrl.init(pageEl.firstChild as HTMLElement);
           streamCardTransferCtrl.currComp = store.currStreamCard;
+          streamCardTransferCtrl.compEl = streamCardTransferCtrl.currComp.$el;
         }
       });
     });