Component modals

This commit is contained in:
Mo Bitar
2017-12-24 14:46:00 -06:00
parent 5df39b1c2f
commit f4352253c3
4 changed files with 25 additions and 14 deletions

View File

@@ -654,7 +654,7 @@ class ComponentManager {
setSize(iframe, data);
} else {
var container = document.getElementById("room-" + component.uuid);
var container = document.getElementById("component-" + component.uuid);
setSize(container, data);
}
}