clear selection on reload

This commit is contained in:
Stephen Birarda 2016-03-10 18:34:28 -08:00
parent 8e2b06a8e5
commit 7675c83f92

View file

@ -127,6 +127,7 @@ Window {
function reload() {
Assets.mappingModel.refresh();
treeView.selection.clear();
}
function handleGetMappingsError(errorCode) {