置物90_2ParticipantForum|Forum|2 years agoMay 21, 2023質問【UXP】Layer.duplicate()においてrelativeObject, insertionLocationが反映されないForum|Forum|2 years agoMay 21, 2023返信数 1.268 ビュー複製自体は機能しており、名称も変更されます。relativeObject, insertionLocationの設定のみが機能しません。またduplicateより後の処理が全て走りません。そのためduplicate後のmoveも不可能です。move自体も別途試しましたが機能しているようです。私は何か間違っていますでしょうか?const duplicateLayer = await layer.duplicate(layer, constants.ElementPlacement.PLACEAFTER, "name"); index.txtWindows