snapshot: copy correct props when creating a snapshot

(cherry picked from commit a738347957)
This commit is contained in:
Marcus Efraimsson
2018-06-20 14:52:59 +02:00
parent 0f2e879339
commit 8d635efda0
@@ -123,6 +123,9 @@ export class ShareSnapshotCtrl {
enable: annotation.enable,
iconColor: annotation.iconColor,
snapshotData: annotation.snapshotData,
type: annotation.type,
builtIn: annotation.builtIn,
hide: annotation.hide,
};
})
.value();