1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-13 18:16:19 +02:00

show notification when libraries updated. fixes #199

This commit is contained in:
Kushagra Gour
2017-10-12 10:33:37 +05:30
parent dbf6723c16
commit 753d9264d2

View File

@ -258,6 +258,7 @@ globalConsoleContainerEl
utils.log('onExternalLibChange'); utils.log('onExternalLibChange');
updateExternalLibUi(); updateExternalLibUi();
scope.setPreviewContent(true); scope.setPreviewContent(true);
alertsService.add('Libraries updated.');
} }
function updateExternalLibUi() { function updateExternalLibUi() {