##// END OF EJS Templates
Don't always call focus_cell in Cell.command_mode....
Don't always call focus_cell in Cell.command_mode. The focus_cell should only be called when a user enters command mode by pressing ESC. Calling focus_cell was causing jumps when command mode was entered through a mouse click.
Brian E. Granger -
r14073:54b48d95
Show More
Name Size Modified Last Commit Author
/ IPython / terminal / console
tests
__init__.py Loading ...
app.py Loading ...
completer.py Loading ...
interactiveshell.py Loading ...