| author | wenzelm |
| Sat, 25 Oct 2025 20:12:21 +0200 | |
| changeset 83390 | 05abe5a82410 |
| parent 83389 | 8d9c494b78cf |
| child 83391 | 869fc3e94bcd |
--- a/src/Tools/VSCode/extension/media/documentation.js Sat Oct 25 20:09:37 2025 +0200 +++ b/src/Tools/VSCode/extension/media/documentation.js Sat Oct 25 20:12:21 2025 +0200 @@ -80,9 +80,9 @@ } window.onload = function () { - const state = vscode.getState(); - if (state && state.sections) { - update(state.sections); - } - }; + const state = vscode.getState(); + if (state && state.sections) { + update(state.sections); + } + }; })();