Skip to content

Commit

Permalink
Revert "Revert "PS-53 [FIX] Ensure Rich text field is rendered in Dra…
Browse files Browse the repository at this point in the history
…g and dr…"

This reverts commit 3d6ffbd.
  • Loading branch information
armine-fliplet authored Oct 29, 2024
1 parent 406bfe6 commit d1c81bc
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions js/libs/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -1020,15 +1020,11 @@ Fliplet().then(function() {
Fliplet.Studio.emit('widget-mode', 'normal');
}
},
'section': function(value) {
'section': function() {
var $vm = this;

if (value === 'settings') {
$vm.setupCodeEditor();
changeSelectText();
} else {
tinymce.remove();
}
$vm.setupCodeEditor();
changeSelectText();
},
'settings.dataStore': function(value) {
this.showExtraAdd = value.indexOf('dataSource') > -1;
Expand Down

0 comments on commit d1c81bc

Please sign in to comment.