Skip to content

Commit

Permalink
remplace :) par ;) dans emoji clin (#6304)
Browse files Browse the repository at this point in the history
Fix #6141
  • Loading branch information
NightProg committed May 11, 2022
1 parent ad855f7 commit e2893d3
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 e2893d3

Please sign in to comment.