mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
* Fix: no stuck hover on key based page back/forth * Fix: no stuck hover on key based page back/forth # Conflicts: # x-pack/plugins/canvas/public/components/workpad_page/event_handlers.js
This commit is contained in:
parent
2b5174fd8c
commit
2d2b37f545
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ export class Workpad extends React.PureComponent {
|
|||
setGrid,
|
||||
} = this.props;
|
||||
|
||||
window.onmousemove = null;
|
||||
window.onmouseup = null;
|
||||
|
||||
// handle keypress events for editor and presentation events
|
||||
// this exists in both contexts
|
||||
if (action === 'REFRESH') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue