Skip to content

Commit cb88da4

Browse files
committed
fix: terminal floating button issue
1 parent f9f067c commit cb88da4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

dist/main.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/AcodeX.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ export default class AcodeX {
370370
document.addEventListener("mousemove", this.dragFlotButton.bind(this));
371371
document.addEventListener(
372372
"mouseup",
373-
this.startDraggingFloatingBtn.bind(this),
373+
this.stopDraggingFlotBtn.bind(this),
374374
);
375375
this.$showTermBtn.addEventListener(
376376
"touchstart",

0 commit comments

Comments
 (0)