escHide

toggles default 'hide on escape' behaviour

boolean escHide;

Example

{view: "window", escHide: false} // prevent hiding window on ESC

Back to top