- Timestamp:
- 06/19/2026 12:32:57 PM (3 months ago)
- Branches:
- main
- Children:
- f3f43df
- Parents:
- 9217e4e
- File:
-
- 1 edited
-
src/views/pages/post-edit.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/post-edit.ejs
r9217e4e rc01f471 1262 1262 }); 1263 1263 1264 // Op mobiel/tablet (touch-apparaat = pointer:coarse) gebeurt typen ALTIJD 1265 // fullscreen: zodra het schrijfveld focus krijgt, gaan we automatisch fullscreen. 1266 // Eruit kan met de knop (⤡) of Escape; tik je weer in het veld → opnieuw fullscreen. 1267 var isTouch = window.matchMedia && window.matchMedia('(pointer: coarse)').matches; 1268 if (isTouch) { 1269 editor.addEventListener('focus', function () { 1270 if (editorFrame && !editorFrame.classList.contains('pe-fs')) toggleFullscreen(); 1271 }); 1272 } 1273 1264 1274 // Reflect bold/italic/list state on the toolbar buttons 1265 1275 function updateToolbarState() {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)