Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Copy paste edit
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiggr committed Jan 26, 2022
1 parent 3e752fb commit 332e668
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/theme/AppExtras/CopyPaste/CopyPaste.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ const CopyPaste = (props) => {
onMouseEnter={(e) => {
if (
e.altKey &&
e.ctrlKey &&
toolbar.current &&
!toolbar.current.classList.contains('__dev_on')
) {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"folders": [
{
"path": "../../../../.."
}
],
"settings": {}
}

0 comments on commit 332e668

Please sign in to comment.