Skip to content

Commit

Permalink
Fixed refresh from result after action
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleeckx committed Feb 17, 2017
1 parent 4c8127e commit fbe02e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Libs/Vidyano/vidyano.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2245,6 +2245,9 @@ namespace Vidyano {
}

refreshFromResult(result: PersistentObject, resultWins: boolean = false) {
if (result instanceof PersistentObject)
result = result._lastResult;

this._lastResult = result;

const changedAttributes: PersistentObjectAttribute[] = [];
Expand Down

0 comments on commit fbe02e5

Please sign in to comment.