Skip to content
Open
Changes from all commits
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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
does not implement — on the desktop app it returns `null` and logs a
warning, so the actions silently no-opped while their no-prompt
siblings (e.g. Delete Section) still worked. This made it look like
"only delete works" on Windows/desktop (issue got-feedback/feedback#480).
"only delete works" on Windows/desktop (issue got-feedBack/feedBack#480).
Replaced every `prompt()` call with a small in-app text-prompt modal
(`_editorPromptText`, built on the existing `_installModalKeyboard`
helper) that resolves to the entered string on OK/Enter or `null` on
Expand Down
Loading