Skip to content

Commit

Permalink
Made copy button and cmd+c work for cmd+v and cmd+shift+v (onyx-dot-a…
Browse files Browse the repository at this point in the history
…pp#3693)

* Made copy button and cmd+c work for cmd+v and cmd+shift+v

* made sub selections work as well

* ok it works

* fixed npm run build

* im not from earth

* added logging

* more logging

* bye logs

* should work now

* whoops

* added stuff

* made it robust

* ctrl shift v behavior
  • Loading branch information
hagen-danswer authored Jan 18, 2025
1 parent af953ff commit da43abe
Show file tree
Hide file tree
Showing 7 changed files with 7,493 additions and 4,170 deletions.
11 changes: 11 additions & 0 deletions web/jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module.exports = {
preset: "ts-jest",
testEnvironment: "node",
moduleNameMapper: {
"^@/(.*)$": "<rootDir>/src/$1",
},
testPathIgnorePatterns: ["/node_modules/", "/tests/e2e/"],
transform: {
"^.+\\.tsx?$": "ts-jest",
},
};
Loading

0 comments on commit da43abe

Please sign in to comment.