Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
admpub committed Nov 8, 2024
1 parent d86f22d commit 609f643
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/assets/backend/js/editor/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ App.editor.switch = function (editorName, texta, cancelFn, tips) {
case 'text':
removeHTMLEditor();
removeMarkdownEditor();
texta.show().focus();
if(texta.prop('autofocus')) texta.show().focus();
//texta.attr('placeholder', texta.data('placeholder') || '');
texta.data("current-editor-type", etype);
break;
Expand Down
Loading

0 comments on commit 609f643

Please sign in to comment.