Skip to content

Commit

Permalink
compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jogibear9988 committed Nov 2, 2024
1 parent 8e8f1ab commit 75b5485
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ runtime.html?screenName=screen2
Placeholder for next versions:
### __WORK IN PROGRESS__
-->
### __WORK IN PROGRESS__
- compile fix

### 1.18.4 (2024-11-02)
- fix wrong shadow root used

Expand Down
1 change: 0 additions & 1 deletion src/frontend/scripting/IobrokerWebuiScriptSystem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { ScreenViewer } from "../runtime/ScreenViewer.js";
import { iobrokerHandler } from "../common/IobrokerHandler.js";
import { IoBrokerWebuiDialog } from "../helper/DialogHelper.js";
import { ScriptSystem } from "@node-projects/web-component-designer-visualization-addons/dist/scripting/ScriptSystem.js";
import { instanceOf } from "@node-projects/web-component-designer";

export class IobrokerWebuiScriptSystem extends ScriptSystem {
override async runScriptCommand<T extends ScriptCommands>(command: T, context) {
Expand Down

0 comments on commit 75b5485

Please sign in to comment.