chosen example can be unchosen via ctrl also

pull/1/head
Ozbolt Menegatti 4 years ago
parent 571ad0c5a0
commit ed16384063

@ -49,6 +49,10 @@ class ShowExampleEdit(CtrlClickMessage):
def update_model_ctrl(self, model):
example = self.get_arg(0, Example)
if example in model.chosen_examples:
model.chosen_examples.remove(example)
else:
model.chosen_examples.append(example)
def reset(self):

Loading…
Cancel
Save