mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
parent
fe9748583e
commit
082dfccd76
1 changed files with 1 additions and 3 deletions
|
@ -260,9 +260,7 @@ app.controller('GisMapController', ($scope, $route, config, kbnUrl, localStorage
|
|||
description: 'Full screen',
|
||||
testId: 'fullScreenMode',
|
||||
run() {
|
||||
getStore().then(store => {
|
||||
store.dispatch(enableFullScreen());
|
||||
});
|
||||
getStore().dispatch(enableFullScreen());
|
||||
}
|
||||
}, {
|
||||
key: 'inspect',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue