We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a82ea commit ee3ffd8Copy full SHA for ee3ffd8
Sources/Proxy/Core/SourceProxy/index.js
@@ -39,6 +39,7 @@ function vtkSourceProxy(publicAPI, model) {
39
// --------------------------------------------------------------------------
40
41
publicAPI.setInputAlgorithm = (algo, type, autoUpdate = true) => {
42
+ model.type = type;
43
if (model.algo !== algo) {
44
model.algo = algo;
45
if (model.algoSubscription) {
0 commit comments