Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove whitespace
  • Loading branch information
possumbilities authored Sep 19, 2025
commit 53fe37909c36e3c46e12642e486d0ee7d3287c09
2 changes: 1 addition & 1 deletion src/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ function renderMarkingFormats(state) {
} else {
markProps.toolName = state.props.toolShort;
}

// [T]: could carve out separate sections for different mark formats here
// only handles plain text at the moment
for (const [key, value] of Object.entries(markProps)) {
Expand Down