Enable menu on model load

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
2024-11-08 08:08:14 -07:00
parent 51456c7b87
commit e02a3d69c4
2 changed files with 14 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ let deleteHotspot = null
*/
modelLoaded = function() {
$('.awaiting-model').css('display', 'flex').removeClass('awaiting-model')
enableMenu()
}
/**