mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-07 05:25: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%;
|
||||
margin-bottom:20px;
|
||||
background-color: #F5F5F5;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.environment-selector {
|
||||
|
|
|
@ -732,6 +732,7 @@ class Atom extends Model
|
|||
@item = document.createElement("atom-workspace")
|
||||
@item.setAttribute("id", "sheet-container")
|
||||
@item.setAttribute("class", "sheet-container")
|
||||
@item.setAttribute("tabIndex", "-1")
|
||||
|
||||
React = require "react"
|
||||
SheetContainer = require './sheet-container'
|
||||
|
|
Loading…
Reference in a new issue