@genesis-community/golden-layout
Advanced tools
Comparing version 2.9.2 to 2.9.3
@@ -195,3 +195,3 @@ "use strict"; | ||
this._layoutManager.emit('itemDropped', this._componentItem); | ||
this.dispatchEventToParent('dragStart'); | ||
this.dispatchEventToParent('dragStop'); | ||
if (this._componentItemFocused && droppedComponentItem !== undefined) { | ||
@@ -198,0 +198,0 @@ droppedComponentItem.focus(); |
@@ -192,3 +192,3 @@ import { UnexpectedNullError, UnexpectedUndefinedError } from '../errors/internal-error'; | ||
this._layoutManager.emit('itemDropped', this._componentItem); | ||
this.dispatchEventToParent('dragStart'); | ||
this.dispatchEventToParent('dragStop'); | ||
if (this._componentItemFocused && droppedComponentItem !== undefined) { | ||
@@ -195,0 +195,0 @@ droppedComponentItem.focus(); |
{ | ||
"name": "@genesis-community/golden-layout", | ||
"version": "2.9.2", | ||
"version": "2.9.3", | ||
"description": "A @genesis-community fork of the GoldenLayout multi-screen javascript Layout manager", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -232,3 +232,3 @@ import { UnexpectedNullError, UnexpectedUndefinedError } from '../errors/internal-error'; | ||
this._layoutManager.emit('itemDropped', this._componentItem); | ||
this.dispatchEventToParent('dragStart') | ||
this.dispatchEventToParent('dragStop'); | ||
@@ -235,0 +235,0 @@ if (this._componentItemFocused && droppedComponentItem !== undefined) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2069436