Skip to content

Drag drop Codon alignment file, but it disappears #9

@walterxie

Description

@walterxie

Drag drop the file to panel. After select the genetic code, the file seems disappear.

AlignmentListInputEditor needs to improve:

table.setOnDragDropped((DragEvent event) -> {
           Dragboard db = event.getDragboard();
       	if (db.hasFiles()) {
       		addItem(db.getFiles().toArray(new File[] {}));
           } else {
               event.setDropCompleted(false);
           }
           event.consume();
       });
` ``

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions