Commit f89b55a7 authored by SusanRatiLane's avatar SusanRatiLane Committed by Jeffrey Schiller

Make AssetBox always visible

parent a14551e4
......@@ -852,10 +852,6 @@ public final class YaFormEditor extends SimpleEditor implements FormChangeListen
sourceStructureExplorer.clearTree();
SourceStructureBox.getSourceStructureBox().setVisible(false);
// Hide the assets box.
AssetListBox assetListBox = AssetListBox.getAssetListBox();
assetListBox.setVisible(false);
Ode.getInstance().hideComponentDesigner();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment