Merge branch 'master' into users/languy/prepare-for-fabric-native

This commit is contained in:
Laurent Nguyen
2025-02-06 16:50:52 +01:00
35 changed files with 1330 additions and 1049 deletions

View File

@@ -101,7 +101,6 @@ export function useKnockoutExplorer(platform: Platform): Explorer {
useEffect(() => {
if (explorer) {
applyExplorerBindings(explorer);
explorer.openNPSSurveyDialog();
}
}, [explorer]);