File tree 2 files changed +5
-1
lines changed
workbench/resources/views
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 10
10
name =" content"
11
11
toolbar =" create_message_toolbar"
12
12
input =" create_message_input"
13
- class =" trix-content rounded-0 p-0 [& _pre]:text-sm min-h-0 max-h-[90vh] border-0 sm:group-data-[composer-show-toolbar-value=true]:py-2 sm:group-data-[composer-show-toolbar-value=true]:min-h-[4em]"
13
+ class =" trix-content overflow-auto rounded-0 p-0 [& _pre]:text-sm min-h-0 max-h-[90vh] border-0 sm:group-data-[composer-show-toolbar-value=true]:py-2 sm:group-data-[composer-show-toolbar-value=true]:min-h-[4em]"
14
14
></trix-editor >
15
15
16
16
<trix-toolbar js-cloak id =" create_message_toolbar" class =" [& _.trix-button-group]:!mb-0 sm:group-data-[composer-show-toolbar-value=true]:mt-2" >
Original file line number Diff line number Diff line change @@ -260,6 +260,10 @@ class UploadManager {
260
260
261
261
#abortController
262
262
263
+ disconnect () {
264
+ this .#abortController? .abort ()
265
+ }
266
+
263
267
pasted (event ) {
264
268
const { range } = event .paste
265
269
You can’t perform that action at this time.
0 commit comments