mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-09 06:23:30 +08:00
fix(logout): atom-workspace not focused breaking logout
This commit is contained in:
parent
9362f1e9c5
commit
09dc8887b7
2 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,7 @@
|
||||||
width:100%;
|
width:100%;
|
||||||
margin-bottom:20px;
|
margin-bottom:20px;
|
||||||
background-color: #F5F5F5;
|
background-color: #F5F5F5;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.environment-selector {
|
.environment-selector {
|
||||||
|
|
|
@ -732,6 +732,7 @@ class Atom extends Model
|
||||||
@item = document.createElement("atom-workspace")
|
@item = document.createElement("atom-workspace")
|
||||||
@item.setAttribute("id", "sheet-container")
|
@item.setAttribute("id", "sheet-container")
|
||||||
@item.setAttribute("class", "sheet-container")
|
@item.setAttribute("class", "sheet-container")
|
||||||
|
@item.setAttribute("tabIndex", "-1")
|
||||||
|
|
||||||
React = require "react"
|
React = require "react"
|
||||||
SheetContainer = require './sheet-container'
|
SheetContainer = require './sheet-container'
|
||||||
|
|
Loading…
Reference in a new issue