mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 19:41:20 +02:00
Add Broken Url Report
This commit is contained in:
parent
9b5a1b82e1
commit
2fd648f881
1 changed files with 4 additions and 2 deletions
|
@ -413,12 +413,14 @@ EntityListTool = function(shouldUseEditTabletApp) {
|
||||||
alignGridToSelection();
|
alignGridToSelection();
|
||||||
} else if (data.type === 'alignGridToAvatar') {
|
} else if (data.type === 'alignGridToAvatar') {
|
||||||
alignGridToAvatar();
|
alignGridToAvatar();
|
||||||
|
} else if (data.type === 'brokenUrlReport') {
|
||||||
|
brokenUrlReport(selectionManager.selections);
|
||||||
} else if (data.type === 'toggleGridVisibility') {
|
} else if (data.type === 'toggleGridVisibility') {
|
||||||
toggleGridVisibility();
|
toggleGridVisibility();
|
||||||
} else if (data.type === 'toggleSnapToGrid') {
|
} else if (data.type === 'toggleSnapToGrid') {
|
||||||
that.toggleSnapToGrid();
|
that.toggleSnapToGrid();
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
webView.webEventReceived.connect(onWebEventReceived);
|
webView.webEventReceived.connect(onWebEventReceived);
|
||||||
|
|
Loading…
Reference in a new issue