This website works better with JavaScript.
Explore
Help
Register
Sign In
wilderjds
/
emacs-application-framework
Watch
1
Star
0
Fork
You've already forked emacs-application-framework
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1384
Commits
1
Branch
0
Tags
85 MiB
JavaScript
73.8%
Python
11%
Emacs Lisp
5.8%
CSS
5.1%
HTML
4.3%
Tag:
Branch:
Tree:
25bfdaa4fc
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '25bfdaa4fc'
${ noResults }
emacs-application-framework
/
core
/
js
/
clear_focus.js
4 lines
96 B
Raw
Blame
History
(
function
(
)
{
const
activeElement
=
document
.
activeElement
;
activeElement
.
blur
(
)
;
}
)
(
)
;
Reference in new issue
View Git Blame
Copy Permalink