ctc-oss / fapolicy-analyzer

Tools to assist with the configuration and management of fapolicyd.
https://ctc-oss.github.io/fapolicy-analyzer
GNU General Public License v3.0
11 stars 5 forks source link

Fix editor state after deploy #935

Closed jw3 closed 9 months ago

jw3 commented 9 months ago

This fixes an issue where the text editors were erroneously notifying of existing changes after a deployment.

For reference see the changes in #727 and #921. The text clearing in the former is clashing with the flagging in the latter. This PR addressed it by flipping a flag right after the point where the text is cleared.

Closes #934