mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 18:33:39 +01:00
Clear the selection before creating the empty row.
Fixes empty rows not getting placeholder actions in some cases.
This commit is contained in:
parent
1514883d75
commit
7b01dab757
@ -231,8 +231,8 @@ var et2_dataview_controller = (function(){ "use strict"; return Class.extend({
|
|||||||
if(idx == 0)
|
if(idx == 0)
|
||||||
{
|
{
|
||||||
// No rows, start with an empty
|
// No rows, start with an empty
|
||||||
this._emptyRow();
|
|
||||||
this._selectionMgr.clear();
|
this._selectionMgr.clear();
|
||||||
|
this._emptyRow();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user