Skip to content
Snippets Groups Projects
Commit 7c1be639 authored by Egli Adrian (IT-SCI-API-PFI)'s avatar Egli Adrian (IT-SCI-API-PFI)
Browse files

editor bug fix

parent df35b094
No related branches found
No related tags found
No related merge requests found
......@@ -238,10 +238,13 @@ class Controller(object):
bAlt = event["altKey"]
if bCtrl and not bShift and not bAlt:
self.model.click_agent(rcCell)
self.lrcStroke = []
elif bShift and bCtrl:
self.model.add_target(rcCell)
self.lrcStroke = []
elif bAlt and not bShift and not bCtrl:
self.model.clearCell(rcCell)
self.lrcStroke = []
self.debug("click in cell", rcCell)
self.model.debug_cell(rcCell)
......
......@@ -100,7 +100,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "c96cefa474204cb1992da3eb286fb659",
"model_id": "04f9a225dac149dca9990b271ab3b459",
"version_major": 2,
"version_minor": 0
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment