mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-13 18:16:19 +02:00
set onboardmodal event as soon as the modal is seen
This commit is contained in:
@ -2206,15 +2206,14 @@ customEditorFontInput
|
|||||||
if (!result.lastSeenVersion) {
|
if (!result.lastSeenVersion) {
|
||||||
onboardModal.classList.add('is-modal-visible');
|
onboardModal.classList.add('is-modal-visible');
|
||||||
trackEvent('ui', 'onboardModalSeen');
|
trackEvent('ui', 'onboardModalSeen');
|
||||||
// set the current version as seen on closing the onboard modal
|
chrome.storage.sync.set(
|
||||||
|
{
|
||||||
|
lastSeenVersion: version
|
||||||
|
},
|
||||||
|
function() {}
|
||||||
|
);
|
||||||
|
// set some initial preferences on closing the onboard modal
|
||||||
utils.once(document, 'overlaysClosed', function() {
|
utils.once(document, 'overlaysClosed', function() {
|
||||||
chrome.storage.sync.set(
|
|
||||||
{
|
|
||||||
lastSeenVersion: version
|
|
||||||
},
|
|
||||||
function() {}
|
|
||||||
);
|
|
||||||
|
|
||||||
chrome.storage.sync.set(
|
chrome.storage.sync.set(
|
||||||
{
|
{
|
||||||
replaceNewTab: onboardShowInTabOptionBtn.classList.contains(
|
replaceNewTab: onboardShowInTabOptionBtn.classList.contains(
|
||||||
|
Reference in New Issue
Block a user