Open
Description
Refs: #238923
- anyOS
- anyOS
Complexity: 2
author: @Yoyokrazy
Summary
The notebook find widget now supports history persistence identically to the editor find widget. This is controlled with the editor setting, so the feature can be controlled with editor.find.history
and editor.find.replaceHistory
for the find and replace fields respectively
Steps to Test:
- Open a notebook editor + the find widget
- With history set to
workspace
, execute multiple queries - Reload
- Ensure history is still behaving as expected
- Repeat with history set to
never
- Ensure there is no history after a reload
Thanks for testing!