Close dropdown when "Reload"-Entity Action has executed (#19808)

Bind 'action-executed' event handler to class instance

Updated the event listener for 'action-executed' to bind the handler to the class instance, ensuring correct 'this' context when the event is triggered.
This commit is contained in:
Mads Rasmussen
2025-08-13 15:02:52 +02:00
committed by GitHub
parent 58cc7691a3
commit 13bb25a8b8
4 changed files with 10 additions and 6 deletions

View File

@@ -22,7 +22,7 @@
},
"dependencies": {
"@umbraco/json-models-builders": "^2.0.37",
"@umbraco/playwright-testhelpers": "^16.0.34",
"@umbraco/playwright-testhelpers": "^16.0.36",
"camelize": "^1.0.0",
"dotenv": "^16.3.1",
"node-fetch": "^2.6.7"