refactor(edges): calc position in renderer

This commit is contained in:
moklick
2019-08-01 13:18:42 +02:00
parent b0cf101a7f
commit 8fee39103c
6 changed files with 80 additions and 133 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ var parent = module.bundle.parent;
if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
var hostname = "" || location.hostname;
var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
var ws = new WebSocket(protocol + '://' + hostname + ':' + "55563" + '/');
var ws = new WebSocket(protocol + '://' + hostname + ':' + "53734" + '/');
ws.onmessage = function (event) {
checkedAssets = {};