@tmagic/editor 1.0.0 → 1.0.3

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.
@@ -3998,7 +3998,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
3998
3998
  ])
3999
3999
  ]),
4000
4000
  workspace: withCtx(() => [
4001
- renderSlot(_ctx.$slots, "workspace", {}, () => [
4001
+ renderSlot(_ctx.$slots, "workspace", { editorService: _ctx.editorService }, () => [
4002
4002
  createVNode(_component_workspace, null, {
4003
4003
  "workspace-content": withCtx(() => [
4004
4004
  renderSlot(_ctx.$slots, "workspace-content", { editorService: _ctx.editorService })