This commit is contained in:
fan
2021-01-31 19:58:27 +08:00
parent 3603d0c03b
commit 44c6063a03
24 changed files with 853 additions and 448 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
<script>
import { hoursTimeFormat } from "utils";
import dropdown from "../directives/dropdown";
import contextmenu from "../directives/contextmenu";
export default {
name: "LemonMessages",
components: {},
@@ -111,7 +111,7 @@ export default {
},
async _handleScroll(e) {
const { target } = e;
dropdown.hide();
contextmenu.hide();
if (
target.scrollTop == 0 &&
this._loading == false &&