We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c526cf + aa10241 commit ee4bec1Copy full SHA for ee4bec1
src/js/core/Events/PreviewWarc.js
@@ -40,9 +40,9 @@ function handleWarcFileAction(node) {
40
return true; // Return true to indicate we handled it
41
}
42
43
-// Event handler for "open" button clicks
+// Event handler for "open" button clicks (your original working code)
44
Curate.eventDelegator.addEventListener(
45
- ".action-open",
+ ".action-open_with",
46
"click",
47
(e) => {
48
const nodes = pydio._dataModel._selectedNodes;
0 commit comments