mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[Maps] fix full screen (#29958)
This commit is contained in:
parent
1925ee9566
commit
4f42dde279
1 changed files with 1 additions and 3 deletions
|
@ -248,9 +248,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