Skip to content

Commit 158a0a1

Browse files
committed
chore: bump version 1.0.88
1 parent 707944b commit 158a0a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/BootstrapBlazor.Topology/Components/Topology/Topology.razor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ const hackMeta2d = el => {
140140

141141
}
142142
Meta2d.prototype.doSocket = function (data) {
143-
this.socketCallback(data)
143+
this.socketCallback(data, { type: 'http', url: '' });
144144
}
145145

146146
Meta2d.prototype.disableAnchor = function () {

src/components/BootstrapBlazor.Topology/wwwroot/meta2d.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)