fix #1400: do not use defaultButton in NotesEdit window
with a defaultButton set, we cannot enter a newline into a textarea Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
dcd587b037
commit
b933b3e1ac
@ -10,6 +10,7 @@ Ext.define('PVE.window.NotesEdit', {
|
||||
height: '400px',
|
||||
resizable: true,
|
||||
layout: 'fit',
|
||||
defaultButton: undefined,
|
||||
items: {
|
||||
xtype: 'textarea',
|
||||
name: 'description',
|
||||
|
Loading…
x
Reference in New Issue
Block a user