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:
Dominik Csapak 2017-06-01 14:37:35 +02:00 committed by Wolfgang Bumiller
parent dcd587b037
commit b933b3e1ac

View File

@ -10,6 +10,7 @@ Ext.define('PVE.window.NotesEdit', {
height: '400px',
resizable: true,
layout: 'fit',
defaultButton: undefined,
items: {
xtype: 'textarea',
name: 'description',