commit
6fd0e6420b
16
netlify.toml
16
netlify.toml
|
@ -14,26 +14,12 @@
|
||||||
# Default build command.
|
# Default build command.
|
||||||
command = "npm run build"
|
command = "npm run build"
|
||||||
|
|
||||||
# Production context: all deploys from the Production branch set in your site's
|
|
||||||
# deploy contexts will inherit these settings.
|
|
||||||
[context."v7-preview"]
|
|
||||||
publish = "/"
|
|
||||||
|
|
||||||
[context."release-v6.0.0"]
|
[context."release-v6.0.0"]
|
||||||
publish = "/"
|
publish = "/"
|
||||||
command = "echo 'branch release-v6.0.0 already built'"
|
command = "echo 'branch release-v6.0.0 already built'"
|
||||||
|
|
||||||
[context."release-v5.1.0"]
|
[context."release-v5.1.0"]
|
||||||
publish = "/"
|
publish = "/"
|
||||||
command = "echo 'branch release-v5.1.0 already built'"
|
command = "echo 'branch release-v5.1.0 already built'"
|
||||||
|
|
||||||
[context.master]
|
|
||||||
publish = "/"
|
|
||||||
command = "echo 'already built'"
|
|
||||||
|
|
||||||
# Production context: all deploys from the Production branch set in your site's
|
|
||||||
# deploy contexts will inherit these settings.
|
|
||||||
[context."V7-preview"]
|
|
||||||
publish = "/"
|
|
||||||
command = "npm run build"
|
|
||||||
|
|
||||||
|
|
|
@ -165,7 +165,7 @@ class MainMenu {
|
||||||
* @returns {void}
|
* @returns {void}
|
||||||
*/
|
*/
|
||||||
const openExportWindow = () => {
|
const openExportWindow = () => {
|
||||||
const { loadingImage } = this.editor.uiStrings.notification;
|
const loadingImage = this.editor.i18next.t('notification.loadingImage');
|
||||||
if (this.editor.configObj.curConfig.exportWindowType === "new") {
|
if (this.editor.configObj.curConfig.exportWindowType === "new") {
|
||||||
this.editor.exportWindowCt++;
|
this.editor.exportWindowCt++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue