Skip to content

Commit

Permalink
Remove withStyles
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Jun 26, 2024
1 parent d84d209 commit c06076f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/iobroker.vis-2/src/src/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,8 @@ export interface EditorProps extends RuntimeProps {
version: string;
}

export interface EditorState extends RuntimeState{
export interface EditorState extends RuntimeState {
theme: VisTheme;
needSave: boolean;
widgetsClipboard: {
type: 'cut' | 'copy' | '';
Expand Down

0 comments on commit c06076f

Please sign in to comment.