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:
@@ -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:',
|
||||
|
||||
Reference in New Issue
Block a user