Skip to content

Commit

Permalink
ID-4122 [FIX] Rich text field additional items layout overlaps for io…
Browse files Browse the repository at this point in the history
…s native
  • Loading branch information
armine-fliplet committed Jun 26, 2024
1 parent 0a67f7f commit 3e14cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/components/wysiwyg.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Fliplet.FormBuilder.field('wysiwyg', {
var config = {
target: this.$refs.textarea,
mobile: {
toolbar_mode: 'floating',
toolbar_mode: 'sliding',
plugins: [
'advlist', 'autolink', 'lists', 'link', 'directionality',
'autoresize', 'fullscreen', 'code', 'paste', 'wordcount', 'table'
Expand Down

0 comments on commit 3e14cd9

Please sign in to comment.