Skip to content

Commit f7696c5

Browse files
committed
minor
1 parent 67dd452 commit f7696c5

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/dashboard

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/dashboard/StudyBrowser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
624624
card.addListener("tap", e => this.__studyCardClicked(card, e.getNativeEvent().shiftKey), this);
625625
this._populateCardMenu(card);
626626

627-
if (this.getCurrentContext() !== "trash") {
627+
if (["studiesAndFolders", "search"].includes(this.getCurrentContext())) {
628628
this.__attachDragHandlers(card);
629629
}
630630
});

0 commit comments

Comments
 (0)