Fix mutator field scale (#3763)

* Fix mutator zoom scale
This commit is contained in:
Sam El-Husseini
2020-03-23 17:34:12 -07:00
committed by GitHub
parent 40d39fd0c5
commit 71f7285333
4 changed files with 18 additions and 3 deletions

View File

@@ -217,7 +217,9 @@ suite('Text Input Fields', function() {
setup(function() {
this.prepField = function(field) {
var workspace = {
scale: 1,
getScale: function() {
return 1;
},
getRenderer: function() { return {
getClassName: function() { return ''; }
}; },