Skip to content

resize handles not displaying correctly after navigation #2

Description

@zwtkito

I encountered an issue where, after using Link or useNavigate for navigation inside the GridStackItem content, the ui-resizable-autohide CSS is not properly removed, causing the resize handle to display incorrectly. Sorry for the inconvenience, and thank you in advance for your help.

<GridStackContainer initialOptions={uncontrolledInitialOptions}>
      <GridStackItem id="000-item1">
        <div style={{ color: "yellow" }}>
            <Link to="/demo">hello</Link>
        </div>
      </GridStackItem>

      <GridStackItem id="000-item2">
        <div style={{ color: "blue" }}>grid</div>
      </GridStackItem>
 </GridStackContainer>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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