From 74b3ef9e88f2926a35ff4df074e283f2d1572615 Mon Sep 17 00:00:00 2001 From: Lukas Martinelli Date: Wed, 4 Jan 2017 11:16:37 +0100 Subject: [PATCH] Do not set modified date when saving --- src/components/App.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/App.jsx b/src/components/App.jsx index 8eefa321..84043a01 100644 --- a/src/components/App.jsx +++ b/src/components/App.jsx @@ -74,7 +74,6 @@ export default class App extends React.Component { } saveStyle(snapshotStyle) { - snapshotStyle.modified = new Date().toJSON() this.styleStore.save(snapshotStyle) }