Skip to content

Commit

Permalink
don't auto-translate ListMorph items
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Sep 12, 2020
1 parent eb7f2e4 commit a979966
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions morphic.js
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,7 @@

/*global window, HTMLCanvasElement, FileReader, Audio, FileList, Map*/

var morphicVersion = '2020-July-23';
var morphicVersion = '2020-September-12';
var modules = {}; // keep track of additional loaded modules
var useBlurredShadows = true;

Expand Down Expand Up @@ -10850,7 +10850,9 @@ ListMorph.prototype.buildListContents = function () {
color,
bold,
italic,
this.doubleClickAction
this.doubleClickAction,
null, // shortcut
true // verbatim - don't translate
);
}
});
Expand Down

0 comments on commit a979966

Please sign in to comment.