mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 10:53:39 +01:00
Mail: Make sure pressing [del] key twice in a row does not delete the first row on the second press
Backport of 4cc8eea7b6
This commit is contained in:
parent
77900b09b3
commit
fbba3c56cc
@ -200,6 +200,9 @@ app.classes.mail = AppJS.extend(
|
||||
var nm = this.et2.getWidgetById(this.nm_index);
|
||||
this.mail_isMainWindow = true;
|
||||
|
||||
// Stop list from focussing next row on keypress
|
||||
egw_getObjectManager('nm').flags = egwSetBit(egw_getObjectManager('nm').flags, EGW_AO_FLAG_DEFAULT_FOCUS, false);
|
||||
|
||||
// Set preview pane state
|
||||
this.mail_disablePreviewArea(!this.getPreviewPaneState());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user