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:
@ -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() {
|
||||||
|
Reference in New Issue
Block a user