Skip to content

Commit

Permalink
🐛 Fix broken close event #3
Browse files Browse the repository at this point in the history
  • Loading branch information
antons- committed Jan 16, 2019
1 parent bce7bc8 commit 023d180
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/dist/js/TinyMCE_sslink-phone.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions client/src/TinyMCE_sslink-phone.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jQuery.entwine('ss', ($) => {
<InsertLinkPhoneModal
show={show}
onInsert={handleInsert}
onHide={handleHide}
onClosed={handleHide}
title={i18n._t('Admin.LINK_PHONE', 'Insert phone number link')}
bodyClassName="modal__dialog"
className="insert-link__dialog-wrapper--phone"
Expand Down Expand Up @@ -116,4 +116,4 @@ jQuery.entwine('ss', ($) => {

// Adds the plugin class to the list of available TinyMCE plugins
tinymce.PluginManager.add(commandName, (editor) => plugin.init(editor));
export default plugin;
export default plugin;

0 comments on commit 023d180

Please sign in to comment.