File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ import {
12
12
type UmbBlockRteTypeModel ,
13
13
} from '@umbraco-cms/backoffice/block-rte' ;
14
14
import { UMB_PROPERTY_CONTEXT , UMB_PROPERTY_DATASET_CONTEXT } from '@umbraco-cms/backoffice/property' ;
15
- import { observeMultiple } from '@umbraco-cms/backoffice/observable-api' ;
16
- import { debounceTime } from '@umbraco-cms/backoffice/external/rxjs' ;
17
15
18
16
export abstract class UmbRteBaseElement extends UmbLitElement implements UmbPropertyEditorUiElement {
19
17
public set config ( config : UmbPropertyEditorConfigCollection | undefined ) {
Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ export default class UmbTinyMceMultiUrlPickerPlugin extends UmbTinyMcePluginBase
115
115
const blockEl = `<${ blockTag } ${ UMB_BLOCK_RTE_DATA_CONTENT_KEY } ="${ block . key } "></${ blockTag } >` ;
116
116
117
117
editor . selection . setContent ( blockEl ) ;
118
+ editor . setDirty ( true ) ;
118
119
} ) ;
119
120
}
120
121
}
You can’t perform that action at this time.
0 commit comments