From 1d2290f6bc187dfb509ac624dfb28323c2eeabec Mon Sep 17 00:00:00 2001 From: Furkan <furkan.erdogan.akka@gmail.com> Date: Wed, 25 Jan 2023 08:04:46 +0000 Subject: [PATCH] #10828-Mostly done --- js/app/views/CatalogUI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app/views/CatalogUI.js b/js/app/views/CatalogUI.js index 648e644..98518da 100644 --- a/js/app/views/CatalogUI.js +++ b/js/app/views/CatalogUI.js @@ -1385,7 +1385,7 @@ Ext.define('amdaUI.CatalogUI', { border:false, layout:'fit', items:[{ - xtype: 'htmleditor', + xtype: 'textarea', align:'stretch', enableFont:false, enableAlignments: false, -- libgit2 0.21.2