mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-14 02:18:31 +02:00
Fix rows staying after deleting by preventing automatic grid stuff while deleting
This commit is contained in:
@ -834,6 +834,8 @@ var et2_dataview_grid = et2_dataview_container.extend(et2_dataview_IViewRange,
|
||||
* containers have to be removed and where new containers should be added.
|
||||
*/
|
||||
_doInvalidate: function(_super) {
|
||||
if(!this.doInvalidate) return;
|
||||
|
||||
// Update the pixel positions
|
||||
this._recalculateElementPosition();
|
||||
|
||||
|
Reference in New Issue
Block a user