Browse Source

delete unuse code in EditPage.jsx

zahmis 5 years ago
parent
commit
d203a4faa5
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/client/js/components/Hotkeys/Subscribers/EditPage.jsx

+ 0 - 2
src/client/js/components/Hotkeys/Subscribers/EditPage.jsx

@@ -9,8 +9,6 @@ const EditPage = (props) => {
     if (document.getElementsByClassName('modal in').length > 0) {
       return;
     }
-    // show editor
-    $('a[data-toggle="tab"][href="#edit"]').tab('show');
 
     // remove this
     props.onDeleteRender(this);