Broken Url Report - adjustments

Broken Url Report - adjustments
This commit is contained in:
Alezia Kurdis 2021-03-21 22:49:58 -04:00 committed by GitHub
parent b65d31c477
commit d51337c98f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -413,8 +413,8 @@ EntityListTool = function(shouldUseEditTabletApp) {
alignGridToSelection();
} else if (data.type === 'alignGridToAvatar') {
alignGridToAvatar();
} else if (data.type === 'brokenUrlReport') {
brokenUrlReport(selectionManager.selections);
} else if (data.type === 'brokenURLReport') {
brokenURLReport(selectionManager.selections);
} else if (data.type === 'toggleGridVisibility') {
toggleGridVisibility();
} else if (data.type === 'toggleSnapToGrid') {