publ-echo-test 0.0.203 → 0.0.205
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
| @@ -136,7 +136,7 @@ var GridItem = function (_a) { | |
| 136 136 | 
             
                    return function () {
         | 
| 137 137 | 
             
                        observer.disconnect();
         | 
| 138 138 | 
             
                    };
         | 
| 139 | 
            -
                }, [autoResize, isSelected,  | 
| 139 | 
            +
                }, [autoResize, isSelected, isResizing, props.w, props.h, x, y]);
         | 
| 140 140 | 
             
                // const moveDroppingItem = (prevProps: GridItemProps) => {
         | 
| 141 141 | 
             
                //   const { droppingPosition } = props;
         | 
| 142 142 | 
             
                //   if (!droppingPosition) return;
         |