mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +03:00
4 lines
95 B
JavaScript
4 lines
95 B
JavaScript
|
import {modifier} from 'ember-modifier';
|
||
|
|
||
|
export default modifier(element => element.focus());
|