Browse Source

Prefab view: css fix

trethaller 6 years ago
parent
commit
2cb6d7e00b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hide/view/Prefab.hx

+ 1 - 1
hide/view/Prefab.hx

@@ -96,7 +96,7 @@ class Prefab extends FileView {
 		sceneEditor = new PrefabSceneEditor(this, data);
 		sceneEditor = new PrefabSceneEditor(this, data);
 		element.find(".hide-scene-tree").first().append(sceneEditor.tree.element);
 		element.find(".hide-scene-tree").first().append(sceneEditor.tree.element);
 		element.find(".tab").first().append(sceneEditor.properties.element);
 		element.find(".tab").first().append(sceneEditor.properties.element);
-		element.find(".scene").first().append(sceneEditor.scene.element);
+		element.find(".heaps-scene").first().append(sceneEditor.scene.element);
 		currentVersion = undo.currentID;
 		currentVersion = undo.currentID;
 	}
 	}