mirror of
https://github.com/google/blockly.git
synced 2026-01-06 16:40:07 +01:00
fix: Fix bug that caused fields in the flyout to use the main workspace's scale. (#8607)
* fix: Fix bug that caused fields in the flyout to use the main workspace's scale. * chore: remove errant param in docs.
This commit is contained in:
@@ -192,7 +192,7 @@ suite('Text Input Fields', function () {
|
||||
setup(function () {
|
||||
this.prepField = function (field) {
|
||||
const workspace = {
|
||||
getScale: function () {
|
||||
getAbsoluteScale: function () {
|
||||
return 1;
|
||||
},
|
||||
getRenderer: function () {
|
||||
|
||||
Reference in New Issue
Block a user