mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 01:54:40 +08:00
eb6cc11a83
Summary: fix(keymappings): Enter to focus item, logout works now Minor fix for some problems with activity bar Fix tabindex = 1 where tabindex should be =-1 Remove idgen that was causing footers to be replaced WIP Draft store extension hooks Test Plan: Run tests Reviewers: evan Reviewed By: evan Differential Revision: https://review.inboxapp.com/D1320
12 lines
265 B
HTML
12 lines
265 B
HTML
<!DOCTYPE html>
|
|
<html style="background: #fff">
|
|
<head>
|
|
<title></title>
|
|
|
|
<meta http-equiv="Content-Security-Policy" content="default-src *; script-src 'self'; style-src 'self' 'unsafe-inline';">
|
|
|
|
<script src="index.js"></script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|