##// END OF EJS Templates
fix remove event in KeyboardManager.register_events...
fix remove event in KeyboardManager.register_events only call enable on remove when focused. fixes a bug where command mode could be entered inappropriately when non-focused elements are removed from the page (see first `@interact` example).

File last commit:

r14009:6f019b30
r15328:4b9aea7c
Show More
logger.py
3 lines | 114 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.parallel.apps import iploggerapp as app
app.launch_new_instance()