mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-13 10:06:23 +02:00
add events for detach preview and css setting btn
This commit is contained in:
@ -1859,6 +1859,8 @@ globalConsoleContainerEl
|
||||
}
|
||||
|
||||
scope.openDetachedPreview = function() {
|
||||
trackEvent('ui', 'detachPreviewBtnClick');
|
||||
|
||||
if (scope.detachedWindow) {
|
||||
scope.detachedWindow.focus();
|
||||
return;
|
||||
@ -1895,6 +1897,7 @@ globalConsoleContainerEl
|
||||
scope.acssSettingsCm.refresh();
|
||||
scope.acssSettingsCm.focus();
|
||||
}, 500);
|
||||
trackEvent('ui', 'cssSettingsBtnClick');
|
||||
};
|
||||
|
||||
function init() {
|
||||
|
Reference in New Issue
Block a user