reorder editor buttons to avoid dropdowns text wrapping
This commit is contained in:
File diff suppressed because one or more lines are too long
2
ui/dist/index.html
vendored
2
ui/dist/index.html
vendored
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<!-- prism -->
|
<!-- prism -->
|
||||||
<script src="./libs/prism/prism.js" data-manual></script>
|
<script src="./libs/prism/prism.js" data-manual></script>
|
||||||
<script type="module" crossorigin src="./assets/index-DijNBRV3.js"></script>
|
<script type="module" crossorigin src="./assets/index-DPWjKLxg.js"></script>
|
||||||
<link rel="modulepreload" crossorigin href="./assets/pocketbase.es-B_4DUNUU.js">
|
<link rel="modulepreload" crossorigin href="./assets/pocketbase.es-B_4DUNUU.js">
|
||||||
<link rel="stylesheet" crossorigin href="./assets/index-ouas71Vg.css">
|
<link rel="stylesheet" crossorigin href="./assets/index-ouas71Vg.css">
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -203,7 +203,7 @@ window.app.components.tinymce = function(propsArg = {}) {
|
|||||||
"wordcount",
|
"wordcount",
|
||||||
],
|
],
|
||||||
toolbar:
|
toolbar:
|
||||||
"styles | alignleft aligncenter alignright | bold italic forecolor backcolor | bullist numlist | link table media_picker codesample | direction code",
|
"styles | alignleft aligncenter alignright | bold italic forecolor backcolor | bullist numlist | link media_picker table codesample | direction code",
|
||||||
paste_postprocess: (editor, args) => {
|
paste_postprocess: (editor, args) => {
|
||||||
cleanupPastedNode(args.node);
|
cleanupPastedNode(args.node);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user