mirror of
https://github.com/maputnik/editor.git
synced 2026-06-16 20:27:25 +00:00
Do not set modified date when saving
This commit is contained in:
@@ -74,7 +74,6 @@ export default class App extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
saveStyle(snapshotStyle) {
|
saveStyle(snapshotStyle) {
|
||||||
snapshotStyle.modified = new Date().toJSON()
|
|
||||||
this.styleStore.save(snapshotStyle)
|
this.styleStore.save(snapshotStyle)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user