Merge pull request #5625 from specklesystems/andrew/fix-automate-rows-when-non-gradient

fix(fe): Clear isolated objects first to ensure watcher fires
This commit is contained in:
andrewwallacespeckle
2025-10-02 16:33:07 +01:00
committed by GitHub
@@ -165,6 +165,9 @@ const isolateOrUnisolateObjects = () => {
logger.debug('[FunctionRunRowObjectResult] Setting metadataGradientIsSet to false')
metadataGradientIsSet.value = false
// Clear isolated objects first to ensure watcher fires
filters.isolatedObjectIds.value = []
if (!wasIsolated) {
logger.debug(
'[FunctionRunRowObjectResult] Objects were not isolated, calling isolateObjects with ids:',