feat(nodeWrap): add onNodeDragStop callback

This commit is contained in:
moklick
2019-07-30 14:09:38 +02:00
parent 18baa3d4e3
commit 9d17245cca
9 changed files with 79 additions and 11 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 + ':' + "54186" + '/');
var ws = new WebSocket(protocol + '://' + hostname + ':' + "61136" + '/');
ws.onmessage = function (event) {
checkedAssets = {};