Skip to content

Commit 8746feb

Browse files
committed
Revert "Don't raise "unrecognized GUI edit" warning on _derived property"
This reverts commit cf2c4fc.
1 parent cf2c4fc commit 8746feb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/plot_api/plot_api.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -2555,9 +2555,7 @@ function applyUIRevisions(data, layout, oldFullData, oldFullLayout) {
25552555
}
25562556
}
25572557
} else {
2558-
if(key.search('._derived') < 0) {
2559-
Lib.warn('unrecognized GUI edit: ' + key);
2560-
}
2558+
Lib.warn('unrecognized GUI edit: ' + key);
25612559
}
25622560
// if we got this far, the new value was accepted as the new starting
25632561
// point (either because it changed or revision changed)

0 commit comments

Comments
 (0)