Skip to content

Commit

Permalink
v1.3.1 build
Browse files Browse the repository at this point in the history
  • Loading branch information
raphywink committed Jun 8, 2020
1 parent c2b9e75 commit 4922921
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions dist/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# What's New

## Version 1.3.1

### bug fixes

- fixed not redrawing OSCI on viewPort updates

## Version 1.3.0

### bug fixes
Expand Down
6 changes: 5 additions & 1 deletion dist/dist/emuwebapp.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -18469,7 +18469,7 @@ SpectroDrawingWorker.prototype = {
/* 19 */
/***/ (function(module) {

module.exports = JSON.parse("{\"a\":\"1.3.0\"}");
module.exports = JSON.parse("{\"a\":\"1.3.1\"}");

/***/ }),
/* 20 */
Expand Down Expand Up @@ -95714,6 +95714,10 @@ var OsciComponent = {
if (changes.curBndl) {
this.DrawHelperService.freshRedrawDrawOsciOnCanvas(this.canvas, this.viewPortSampleStart, this.viewPortSampleEnd, true);
}
//
if (changes.curChannel || changes.viewPortSampleStart || changes.viewPortSampleEnd) {
this.DrawHelperService.freshRedrawDrawOsciOnCanvas(this.canvas, this.viewPortSampleStart, this.viewPortSampleEnd, false);
}
}
};
this.$onInit = function () {
Expand Down

0 comments on commit 4922921

Please sign in to comment.