Skip to content

Commit 04f56ff

Browse files
committed
Cleanup
1 parent cf32742 commit 04f56ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

resources/assets/scripts/components/server/components/FileManagerFileRow.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<script>
1818
import * as Helpers from './../../../helpers/index';
1919
import { FileTextIcon, Link2Icon } from 'vue-feather-icons';
20-
import isObject from 'lodash/isObject';
2120
import FileManagerContextMenu from './FileManagerContextMenu';
2221
2322
export default {
@@ -67,7 +66,7 @@
6766
6867
const menuWidth = this.$refs.contextMenu.$el.offsetWidth;
6968
const positionElement = e.clientX - Math.round(menuWidth / 2);
70-
69+
7170
this.$refs.contextMenu.$el.style = `left: ${positionElement}; top: ${e.clientY}`;
7271
},
7372

0 commit comments

Comments
 (0)