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:
Aaron Dodson
2024-10-02 08:18:47 -07:00
committed by GitHub
parent a4b522781c
commit e5c1a89cdf
3 changed files with 59 additions and 7 deletions

View File

@@ -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 () {