Skip to content

Commit

Permalink
Clear pointers for input/output data. Fixes #1827 (#1836)
Browse files Browse the repository at this point in the history
  • Loading branch information
brollb authored Aug 4, 2020
1 parent 8d012ef commit 5f2753f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ define([
desc.container = cntr.toLowerCase();
desc.isInput = desc.container === 'inputs';
desc.attributes = {};
desc.pointers = {};

} else if (desc.id === this._currentNodeId) {
desc.pointers = {};
Expand Down

0 comments on commit 5f2753f

Please sign in to comment.