Merge pull request #7230 from lasniscinote/gl_SCI_10076

(fix) TinyMCE issues - Code samples & Wide tables [SCI-10076_v2]
This commit is contained in:
Martin Artnik 2024-03-08 09:49:08 +01:00 committed by GitHub
commit be1b514143
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);