Skip to content

Resizing of items in a nested grid does not work correctly #1604

Closed
@icetomcat

Description

@icetomcat

Subject of the issue

Resizing of items in a nested grid does not work correctly

Your environment

gridstack 3.2.0 HTML5
Firefox 85
Chrome 88

Steps to reproduce

Resize an item in the nested grid
https://jsfiddle.net/12L4fsnm/

Expected behavior

Resizing work correctly

Actual behavior

Starts dragging instead resizing

private _mouseDown(e: MouseEvent): void {

Perhaps this will solve the problem:
e.preventDefault();

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions