Skip to content

Commit

Permalink
Merge branch 'dev' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonghakseo committed May 28, 2023
2 parents 42840d4 + ccd9aa3 commit 6e728bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drag-gpt",
"version": "1.4.0",
"version": "1.4.1",
"description": "Drag GPT chrome extension",
"license": "MIT",
"repository": {
Expand Down
2 changes: 0 additions & 2 deletions src/pages/content/src/ContentScriptApp/DragGPT.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ export default function DragGPT() {
},
});

console.log(state.context.error);

useEffect(() => {
const onMouseUp = async (event: MouseEvent) => {
/** Selection 이벤트 호출을 기다리는 해키한 코드 */
Expand Down

0 comments on commit 6e728bf

Please sign in to comment.