You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/packages/rte/tiny-mce/property-editors/block/property-editor-ui-block-rte-type-configuration.element.ts
Copy file name to clipboardExpand all lines: src/packages/rte/tiny-mce/property-editors/stylesheets/property-editor-ui-tiny-mce-stylesheets-configuration.element.ts
Copy file name to clipboardExpand all lines: src/packages/rte/tiny-mce/property-editors/toolbar/property-editor-ui-tiny-mce-toolbar-configuration.element.ts
Copy file name to clipboardExpand all lines: src/packages/rte/tiptap/property-editors/tiptap/components/property-editor-ui-tiptap-toolbar-configuration.element.ts
+22-22Lines changed: 22 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ export class UmbPropertyEditorUiTiptapToolbarConfigurationElement
18
18
extendsUmbLitElement
19
19
implementsUmbPropertyEditorUiElement
20
20
{
21
-
#inUse: Set<string>=newSet();
21
+
readonly#inUse: Set<string>=newSet();
22
22
23
23
#currentDragItem?: {
24
24
alias: string;
@@ -55,27 +55,27 @@ export class UmbPropertyEditorUiTiptapToolbarConfigurationElement
0 commit comments