Skip to content

Commit

Permalink
Fixed issue #19562: Special character icon is doubled inside CKEditor (
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborpacalat committed May 14, 2024
1 parent 632e9e7 commit 9e51a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/packages/ckeditor/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ CKEDITOR.editorConfig = function (a) {
a.toolbar_popup = [
["Save", "Sourcedialog", "Createlimereplacementfields"],
["Cut", "Copy", "Paste", "PasteText", "PasteFromWord"], "Undo Redo - Find Replace - SelectAll RemoveFormat".split(" "),
"Image Html5video VideoDetector Flash Table HorizontalRule EmojiPanel SpecialChar SpecialChar".split(" "), "/", "Bold Italic Underline Strike - Subscript Superscript".split(" "),
"Image Html5video VideoDetector Flash Table HorizontalRule EmojiPanel SpecialChar".split(" "), "/", "Bold Italic Underline Strike - Subscript Superscript".split(" "),
"NumberedList BulletedList - Outdent Indent Blockquote CreateDiv".split(" "), ["JustifyLeft", "JustifyCenter", "JustifyRight", "JustifyBlock"],
["BidiLtr", "BidiRtl"],
["Link", "Unlink", "Anchor", "Iframe"], "/", ["Styles", "Format", "Font", "FontSize"],
Expand Down

0 comments on commit 9e51a2b

Please sign in to comment.