diff --git a/src/components/theme/AppExtras/CopyPaste/CopyPaste.jsx b/src/components/theme/AppExtras/CopyPaste/CopyPaste.jsx index 9928fcd..8875e97 100644 --- a/src/components/theme/AppExtras/CopyPaste/CopyPaste.jsx +++ b/src/components/theme/AppExtras/CopyPaste/CopyPaste.jsx @@ -123,7 +123,6 @@ const CopyPaste = (props) => { onMouseEnter={(e) => { if ( e.altKey && - e.ctrlKey && toolbar.current && !toolbar.current.classList.contains('__dev_on') ) { diff --git a/src/components/theme/AppExtras/CopyPaste/workspace.code-workspace b/src/components/theme/AppExtras/CopyPaste/workspace.code-workspace new file mode 100644 index 0000000..afc3543 --- /dev/null +++ b/src/components/theme/AppExtras/CopyPaste/workspace.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "../../../../.." + } + ], + "settings": {} +} \ No newline at end of file