Merge pull request #17219 from abpframework/salihozkara/fixAddWidgetModal

Fix add widget modal
pull/17220/head
Enis Necipoglu 2 years ago committed by GitHub
commit 2486ef3afc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,11 @@ $(function () {
widgetType = $("#ViewModel_Widget").find(":selected").text();
$('.widget-detail').attr('hidden', 'true');
if(activeEditor){
activeEditor.attr('hidden', 'true');
}
activeEditor = $('#editor-' + widgetName);
activeEditor.removeAttr('hidden');

Loading…
Cancel
Save