##// 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 / extensions / tests
__init__.py Loading ...
test_autoreload.py Loading ...
test_cythonmagic.py Loading ...
test_octavemagic.py Loading ...
test_rmagic.py Loading ...
test_storemagic.py Loading ...