ItEr30S05RFComportamentoGraficoPlanificadorItEr23S12: Undo raise taskdetails popup with simple onClick event as it caused effects on dependecies usage
This commit is contained in:
parent
09b346571e
commit
b9008e6bec
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ public class TaskList extends XulElement implements AfterCompose {
|
|||
final TaskComponent taskComponent) {
|
||||
if (editTaskCommand == null)
|
||||
return;
|
||||
taskComponent.addEventListener("onClick", new EventListener() {
|
||||
taskComponent.addEventListener("onDoubleClick", new EventListener() {
|
||||
|
||||
@Override
|
||||
public void onEvent(Event event) throws Exception {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue