Skip to content

Commit 7afb1d6

Browse files
committed
dragging item from outside doesn't allow swap (weird change is layout especially when you move out as it doesn't restore)
1 parent 7a8f311 commit 7afb1d6

5 files changed

Lines changed: 168 additions & 165 deletions

File tree

angular/doc/api/gridstack.component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2860,7 +2860,7 @@ GridHTMLElement.replaceChildren
28602860
28612861
| Property | Modifier | Type | Description | Inherited from | Defined in |
28622862
| ------ | ------ | ------ | ------ | ------ | ------ |
2863-
| <a id="gridstack"></a> `gridstack?` | `public` | `GridStack` | - | `GridHTMLElement.gridstack` | dist/gridstack.d.ts:24 |
2863+
| <a id="gridstack"></a> `gridstack?` | `public` | `GridStack` | - | `GridHTMLElement.gridstack` | dist/gridstack.d.ts:25 |
28642864
| <a id="_gridcomp"></a> `_gridComp?` | `public` | [`GridstackComponent`](#gridstackcomponent) | Back-reference to the Angular GridStack component | - | [angular/projects/lib/src/lib/gridstack.component.ts:41](https://github.com/adumesny/gridstack.js/blob/master/angular/projects/lib/src/lib/gridstack.component.ts#L41) |
28652865
| <a id="ariaatomic"></a> `ariaAtomic` | `public` | `null` \| `string` | - | `GridHTMLElement.ariaAtomic` | node\_modules/typescript/lib/lib.dom.d.ts:2020 |
28662866
| <a id="ariaautocomplete"></a> `ariaAutoComplete` | `public` | `null` \| `string` | - | `GridHTMLElement.ariaAutoComplete` | node\_modules/typescript/lib/lib.dom.d.ts:2021 |

0 commit comments

Comments
 (0)