Skip to content

Commit

Permalink
CI run 704 pushed to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 31, 2025
1 parent 0cda721 commit 57e501c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions demo/trunk/src/gui/generic.js
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,6 @@ dwvjq.gui.DrawList = function (app) {
// create a color onkeyup handler
var createColorOnKeyUp = function (annot) {
return function () {
annot.colour = this.value;
const drawController = new dwv.DrawController(annotationGroup);
drawController.updateAnnotationWithCommand(
annot.id,
Expand All @@ -434,7 +433,6 @@ dwvjq.gui.DrawList = function (app) {
// create a text onkeyup handler
var createDescriptionOnKeyUp = function (annot) {
return function () {
annot.textExpr = this.value;
const drawController = new dwv.DrawController(annotationGroup);
drawController.updateAnnotationWithCommand(
annot.id,
Expand Down

0 comments on commit 57e501c

Please sign in to comment.