Closed v-xianya closed 2 weeks ago
I see the problem. The format action setup for the editor captures the initial props.value
("Loading..."). Although the editor displays the expected data, the action always uses the initial value. So, we need to figure out how to get the editor actions to use the updated props.value
.
Verified this issue on the main build 20241107.5. Fixed.
Storage Explorer Version: 1.37.0-dev (102) Build Number: 20241106.1 Branch: main Platform/OS: Windows 11/Windows 11/Linux Ubuntu 22.04/MacOS Sequoia 15.1(Apple M1 Pro) Architecture: arm64/x64/x64/arm64 How Found: From running test cases Regression From: Previous release (1.36.2)
Steps to Reproduce
Expected Experience
The file is formatted.
Actual Experience
The file is not formatted.