mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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();
|
||||
} else if (data.type === 'alignGridToAvatar') {
|
||||
alignGridToAvatar();
|
||||
} else if (data.type === 'brokenUrlReport') {
|
||||
brokenUrlReport(selectionManager.selections);
|
||||
} else if (data.type === 'toggleGridVisibility') {
|
||||
toggleGridVisibility();
|
||||
} else if (data.type === 'toggleSnapToGrid') {
|
||||
that.toggleSnapToGrid();
|
||||
that.toggleSnapToGrid();
|
||||
}
|
||||
|
||||
|
||||
};
|
||||
|
||||
webView.webEventReceived.connect(onWebEventReceived);
|
||||
|
|
Loading…
Reference in a new issue