Skip to content

Commit

Permalink
Merge branch 'dev' into fix-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud-D authored May 14, 2022
2 parents 1b6ac14 + e2893d3 commit 8dc6978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/editor-new.js
Original file line number Diff line number Diff line change
Expand Up @@ -613,10 +613,10 @@
{
name: 'char3',
action: (e) => {
toggleEmoji(e.codemirror, ':)')
toggleEmoji(e.codemirror, ';)')
},
className: 'emoji clin',
title: ':)'
title: ';)'
},
{
name: 'char8',
Expand Down

0 comments on commit 8dc6978

Please sign in to comment.