snapshot: copy correct props when creating a snapshot

This commit is contained in:
Marcus Efraimsson 2018-06-18 11:04:16 +02:00
parent ab9f0e8edd
commit a738347957
No known key found for this signature in database
GPG Key ID: EBFE0FB04612DD4A

View File

@ -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();