mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 07:27:04 +03:00
replaced knockout hasfocus with autofocus=""
This commit is contained in:
parent
650e962fdf
commit
b4ab5b891a
12 changed files with 18 additions and 50 deletions
|
|
@ -20,7 +20,6 @@ class TemplatePopupView extends AbstractViewPopup {
|
|||
|
||||
name: '',
|
||||
nameError: false,
|
||||
nameFocus: false,
|
||||
|
||||
body: '',
|
||||
bodyLoading: false,
|
||||
|
|
@ -144,10 +143,6 @@ class TemplatePopupView extends AbstractViewPopup {
|
|||
this.editorSetBody('');
|
||||
}
|
||||
}
|
||||
|
||||
onShowWithDelay() {
|
||||
this.nameFocus(true);
|
||||
}
|
||||
}
|
||||
|
||||
export { TemplatePopupView, TemplatePopupView as default };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue