mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-24 16:55:09 +08:00
(fix) TinyMCE issues - Code samples & Wide tables [SCI-10076]
This commit is contained in:
parent
88f8ef00ee
commit
2074c1df5d
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ function init() {
|
|||
init();
|
||||
|
||||
const viewMode = new URLSearchParams(window.location.search).get('view_mode');
|
||||
if (['archived', 'locked'].includes(viewMode)) {
|
||||
if (['archived', 'locked', 'active'].includes(viewMode)) {
|
||||
setTimeout(() => {
|
||||
const notesContainerEl = document.getElementById('notes-container');
|
||||
window.wrapTables(notesContainerEl);
|
||||
|
|
Loading…
Reference in a new issue