Steps to Reproduce 1. Open a DMN model in the KIE DMN Standalone Editor 2. Edit a FEEL expression in any decision table cell or expression editor 3. Without clicking outside the FEEL input field, immediately click an external save button 4. Check the saved content - the FEEL expression changes are missing Repeat steps 1-2, then click save button twice - changes are now saved correctly Expected Behavior FEEL expression changes should be automatically committed to the model when getContent() is called, regardless of focus state.