зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1303989 - New console frontend: Transfer focus to vview window on vview link click. r=bgrins
MozReview-Commit-ID: JVs6Co1DUXv
This commit is contained in:
Родитель
441d8c4ead
Коммит
ddf863a8eb
|
@ -12,6 +12,9 @@
|
|||
*
|
||||
* Once JSTerm is also written in React/Redux, these will be actions.
|
||||
*/
|
||||
exports.openVariablesView = (object) => {
|
||||
window.jsterm.openVariablesView({objectActor: object});
|
||||
exports.openVariablesView = (objectActor) => {
|
||||
window.jsterm.openVariablesView({
|
||||
objectActor,
|
||||
autofocus: true,
|
||||
});
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче