Skip to content

Commit

Permalink
docs: revisions to code folding feature detail
Browse files Browse the repository at this point in the history
  • Loading branch information
dm-p committed May 8, 2024
1 parent 4b97d8e commit 2833f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ Both the lines containing an issue are highlighted in the line gutter area, and
As errors do not produce valid JSON, you cannot format JSON or export your work as a template until anny issues are corrected and re-parsed successfully.
:::

### Code Folding Memoization
### Preservation of Code Folding

Previously, if folded sections of code in the editor to better organize your work, these would be forgotten when you exited the editor, or performed a format operation on your JSON. These are now remembered for the life of the current session (until you leave the current report page and reiniitalize the visual).
Previously, if folded sections in the JSON editor to better organize your work, these would be forgotten when you exited the editor, or performed a format operation on your JSON. These are now remembered for the life of the current session (until you leave the current report page and reinitialize the visual or close and re-open the workbook).

### Keyboard Navigation Away from Editor

Expand Down

0 comments on commit 2833f63

Please sign in to comment.