mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 15:58:35 +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,6 +413,8 @@ 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') {
|
||||
|
|
Loading…
Reference in a new issue