File tree Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,6 @@ describe('FormEditor', function () {
5252 await bootstrapFormEditor ( {
5353 container,
5454 schema,
55- keyboard : {
56- bindTo : document ,
57- } ,
5855 } ) ;
5956
6057 formEditor . on ( 'changed' , ( event ) => {
@@ -70,9 +67,6 @@ describe('FormEditor', function () {
7067 await bootstrapFormEditor ( {
7168 container,
7269 schema : schemaRows ,
73- keyboard : {
74- bindTo : document ,
75- } ,
7670 debugColumns : true ,
7771 } ) ;
7872
@@ -93,9 +87,6 @@ describe('FormEditor', function () {
9387 await bootstrapFormEditor ( {
9488 container,
9589 schema,
96- keyboard : {
97- bindTo : document ,
98- } ,
9990 } ) ;
10091
10192 // then
@@ -111,9 +102,6 @@ describe('FormEditor', function () {
111102 await bootstrapFormEditor ( {
112103 container,
113104 schema,
114- keyboard : {
115- bindTo : document ,
116- } ,
117105 } ) ;
118106
119107 // when
@@ -132,9 +120,6 @@ describe('FormEditor', function () {
132120 renderer : {
133121 compact : true ,
134122 } ,
135- keyboard : {
136- bindTo : document ,
137- } ,
138123 } ) ;
139124
140125 // then
@@ -153,9 +138,6 @@ describe('FormEditor', function () {
153138 type : 'default' ,
154139 } ,
155140 debounce : true ,
156- keyboard : {
157- bindTo : document ,
158- } ,
159141 } ) ;
160142
161143 // then
@@ -181,9 +163,6 @@ describe('FormEditor', function () {
181163 ] ,
182164 } ,
183165 debounce : true ,
184- keyboard : {
185- bindTo : document ,
186- } ,
187166 } ) ;
188167
189168 // then
Original file line number Diff line number Diff line change @@ -208,9 +208,6 @@ describe('Form', function () {
208208 await bootstrapForm ( {
209209 container,
210210 schema,
211- keyboard : {
212- bindTo : document ,
213- } ,
214211 } ) ;
215212
216213 // when
You can’t perform that action at this time.
0 commit comments