Skip to content

Commit ee3ffd8

Browse files
committed
fix(SourceProxy): Properly capture data type with algo
1 parent 10a82ea commit ee3ffd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Proxy/Core/SourceProxy/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ function vtkSourceProxy(publicAPI, model) {
3939
// --------------------------------------------------------------------------
4040

4141
publicAPI.setInputAlgorithm = (algo, type, autoUpdate = true) => {
42+
model.type = type;
4243
if (model.algo !== algo) {
4344
model.algo = algo;
4445
if (model.algoSubscription) {

0 commit comments

Comments
 (0)