[#7653] updated tinymce options to fix its dialogs position

This commit is contained in:
Gani Georgiev
2026-04-21 14:16:23 +03:00
parent 223ac7a64a
commit 3c33868ea8
4 changed files with 5 additions and 2 deletions

View File

@@ -4,6 +4,8 @@
- Enabled text wrapping for the API rule fileds.
- Fixed `editor` floating dialogs position when scrolling ([#7653](https://github.com/pocketbase/pocketbase/issues/7653)).
## v0.37.2

View File

File diff suppressed because one or more lines are too long

2
ui/dist/index.html vendored
View File

@@ -13,7 +13,7 @@
<!-- prism -->
<script src="./libs/prism/prism.js" data-manual></script>
<script type="module" crossorigin src="./assets/index-BeKhjnWI.js"></script>
<script type="module" crossorigin src="./assets/index-Cj2KMr38.js"></script>
<link rel="modulepreload" crossorigin href="./assets/pocketbase.es-B_4DUNUU.js">
<link rel="stylesheet" crossorigin href="./assets/index-CbOtUFMZ.css">
</head>

View File

@@ -162,6 +162,7 @@ window.app.components.tinymce = function(propsArg = {}) {
autoresize_bottom_margin: 30,
media_poster: false,
media_alt_source: false,
ui_mode: "split",
codesample_languages: [
{ text: "HTML/XML", value: "markup" },
{ text: "CSS", value: "css" },