| Index: go-back-with-backspace/is_editable.js
|
| diff --git a/go-back-with-backspace/is_editable.js b/go-back-with-backspace/is_editable.js
|
| index 9f5625c8e68d6e8d6c67cd9471bcc977e5d92966..585aa4fa856968be03aff0afcf704fd936eccf04 100644
|
| --- a/go-back-with-backspace/is_editable.js
|
| +++ b/go-back-with-backspace/is_editable.js
|
| @@ -14,7 +14,8 @@ function isEditable(path) {
|
| nodeType === 'email' ||
|
| nodeType === 'number' ||
|
| nodeType === 'password' ||
|
| - nodeType === 'search'))) {
|
| + nodeType === 'search' ||
|
| + nodeType === 'tel'))) {
|
| return true;
|
| }
|
|
|
|
|