Do not set modified date when saving

This commit is contained in:
Lukas Martinelli 2017-01-04 11:16:37 +01:00
parent 019dfe9f8a
commit 74b3ef9e88

View file

@ -74,7 +74,6 @@ export default class App extends React.Component {
}
saveStyle(snapshotStyle) {
snapshotStyle.modified = new Date().toJSON()
this.styleStore.save(snapshotStyle)
}