Skip to content

Commit ee4bec1

Browse files
authored
Merge pull request #73 from penwern/replay-web-integration
fixed standard open button selector
2 parents 4c526cf + aa10241 commit ee4bec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/js/core/Events/PreviewWarc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ function handleWarcFileAction(node) {
4040
return true; // Return true to indicate we handled it
4141
}
4242

43-
// Event handler for "open" button clicks
43+
// Event handler for "open" button clicks (your original working code)
4444
Curate.eventDelegator.addEventListener(
45-
".action-open",
45+
".action-open_with",
4646
"click",
4747
(e) => {
4848
const nodes = pydio._dataModel._selectedNodes;

0 commit comments

Comments
 (0)