mirror of
https://github.com/maputnik/editor.git
synced 2025-12-26 08:00:01 +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) {
|
||||
snapshotStyle.modified = new Date().toJSON()
|
||||
this.styleStore.save(snapshotStyle)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user