Skip to content

moveTo add panel to the new group without component. #1020

@abchakra

Description

@abchakra

I am using the latest dockview v4.9.0
with dockview-core v4.9.0

onClick={() => {
setSplitOrientation("HORIZONTAL")

        const newGroup = props.containerApi.addGroup({
          direction: "right",
          referenceGroup: props.group,
        })
        props.activePanel?.api.moveTo({
          group: newGroup,
          skipSetActive: false,  // no affect
        })
      }}

the panel is added in the new group but the contents of the panel did moved with the panel but remains in the initial place , when we adjust or resize the render refresh the panel's content.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions