File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ export default class RegExr extends EventDispatcher {
115
115
+ this . text . value + "\t"
116
116
+ this . flavor . value + "\t"
117
117
+ share . author + "\t" + share . name + "\t" + share . description + "\t" + share . keywords + "\t"
118
+ + this . text . tests + "\t"
118
119
//+ this.tools.value.input+"\t"
119
120
//+ this.tools.value.id+"\t"
120
121
)
Original file line number Diff line number Diff line change @@ -398,6 +398,7 @@ export default class Text extends EventDispatcher {
398
398
399
399
_handleTestNameChange ( fld , o ) {
400
400
o . name = fld . value ;
401
+ this . _change ( ) ;
401
402
}
402
403
403
404
_handleTypesChange ( ) {
@@ -427,6 +428,7 @@ export default class Text extends EventDispatcher {
427
428
if ( data . length ) { this . testList . selected = data [ Math . min ( i , data . length - 1 ) ] . id ; }
428
429
this . _updateTests ( ) ;
429
430
this . _handleTestChange ( ) ;
431
+ this . _change ( ) ;
430
432
}
431
433
432
434
_getTestEditor ( el , o ) {
You can’t perform that action at this time.
0 commit comments