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 () {
52
52
await bootstrapFormEditor ( {
53
53
container,
54
54
schema,
55
- keyboard : {
56
- bindTo : document ,
57
- } ,
58
55
} ) ;
59
56
60
57
formEditor . on ( 'changed' , ( event ) => {
@@ -70,9 +67,6 @@ describe('FormEditor', function () {
70
67
await bootstrapFormEditor ( {
71
68
container,
72
69
schema : schemaRows ,
73
- keyboard : {
74
- bindTo : document ,
75
- } ,
76
70
debugColumns : true ,
77
71
} ) ;
78
72
@@ -93,9 +87,6 @@ describe('FormEditor', function () {
93
87
await bootstrapFormEditor ( {
94
88
container,
95
89
schema,
96
- keyboard : {
97
- bindTo : document ,
98
- } ,
99
90
} ) ;
100
91
101
92
// then
@@ -111,9 +102,6 @@ describe('FormEditor', function () {
111
102
await bootstrapFormEditor ( {
112
103
container,
113
104
schema,
114
- keyboard : {
115
- bindTo : document ,
116
- } ,
117
105
} ) ;
118
106
119
107
// when
@@ -132,9 +120,6 @@ describe('FormEditor', function () {
132
120
renderer : {
133
121
compact : true ,
134
122
} ,
135
- keyboard : {
136
- bindTo : document ,
137
- } ,
138
123
} ) ;
139
124
140
125
// then
@@ -153,9 +138,6 @@ describe('FormEditor', function () {
153
138
type : 'default' ,
154
139
} ,
155
140
debounce : true ,
156
- keyboard : {
157
- bindTo : document ,
158
- } ,
159
141
} ) ;
160
142
161
143
// then
@@ -181,9 +163,6 @@ describe('FormEditor', function () {
181
163
] ,
182
164
} ,
183
165
debounce : true ,
184
- keyboard : {
185
- bindTo : document ,
186
- } ,
187
166
} ) ;
188
167
189
168
// then
Original file line number Diff line number Diff line change @@ -208,9 +208,6 @@ describe('Form', function () {
208
208
await bootstrapForm ( {
209
209
container,
210
210
schema,
211
- keyboard : {
212
- bindTo : document ,
213
- } ,
214
211
} ) ;
215
212
216
213
// when
You can’t perform that action at this time.
0 commit comments