@tmagic/editor 1.0.0-rc.11 → 1.0.0-rc.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3870,10 +3870,7 @@ const _sfc_main = defineComponent({
3870
3870
  default: () => ({})
3871
3871
  },
3872
3872
  moveableOptions: {
3873
- type: [Object, Function],
3874
- default: () => (core) => ({
3875
- container: core?.renderer?.contentWindow?.document.getElementById("app")
3876
- })
3873
+ type: [Object, Function]
3877
3874
  },
3878
3875
  defaultSelected: {
3879
3876
  type: [Number, String]