mirror of
https://github.com/maputnik/editor.git
synced 2026-07-31 02:07:26 +00:00
Merge pull request #663 from nspringer-trimble/patch-1
Fix for desktop build
This commit is contained in:
@@ -67,7 +67,7 @@ export class ApiStyleStore {
|
|||||||
save(mapStyle) {
|
save(mapStyle) {
|
||||||
const styleJSON = format(
|
const styleJSON = format(
|
||||||
style.stripAccessTokens(
|
style.stripAccessTokens(
|
||||||
style.replaceAccessTokens(newStyle)
|
style.replaceAccessTokens(mapStyle)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user