Fix hotkeys blocking comments (#487)
* Fix hotkeys blocking comments * Fix tests
This commit is contained in:
@ -275,9 +275,9 @@ model Person {
|
||||
firstName String
|
||||
/// @Validator.IsString()
|
||||
lastName String
|
||||
/// @Validator.IsEmail()
|
||||
/// @Validator.IsString()
|
||||
email String
|
||||
/// @Validator.IsPhoneNumber()
|
||||
/// @Validator.IsString()
|
||||
phone String
|
||||
/// @Validator.IsString()
|
||||
city String
|
||||
|
||||
Reference in New Issue
Block a user