Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit 43ea32c

Browse files
committed
Fix: webSocket IP, superflous var
1 parent 4e13533 commit 43ea32c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/features/constraintMenu/ConstraintMenu.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export class ConstraintMenu extends AbstractUIExtension implements Switchable {
3131
private forceReadOnly: boolean;
3232
private optionsMenu?: HTMLDivElement;
3333
private ignoreCheckboxChange = false;
34-
private hasOpenedOptionsMenu = false;
3534

3635
constructor(
3736
@inject(ConstraintRegistry) private readonly constraintRegistry: ConstraintRegistry,

src/features/serialize/webSocketHandler.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import { getModelFileName, logger, setModelSource, loadingIndicator } from "../../index";
22
import { SaveDFDandDD } from "./saveDFDandDD";
33

4-
//Debug
5-
const webSocketAdress = `ws://localhost:3000/events/`;
6-
//const webSocketAdress = `wss://webeditor.t-hueller.de/events/`;
4+
const webSocketAdress = `wss://websocket.dataflowanalysis.org/events/`;
75

86
let ws: WebSocket;
97
let wsId = 0;

0 commit comments

Comments
 (0)