Skip to content

Commit d47ca71

Browse files
strip out style property from view config for saving clean view state
1 parent 59f4157 commit d47ca71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/data.view.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@
242242
// strip out updating and render time props for view config save
243243
deleteProperty('updating', viewConfig);
244244
deleteProperty('render_time', viewConfig);
245+
deleteProperty('style', viewConfig);
245246
// save view config for vscode reload
246247
vscode.setState({
247248
uri: dataUrl,

0 commit comments

Comments
 (0)