Skip to content

Commit 955296e

Browse files
authored
Merge pull request #226 from jamebal/dev
chore: bump version to v2.9.2
2 parents 360727f + 05065e7 commit 955296e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jmal-cloud-view",
3-
"version": "2.9.1",
3+
"version": "2.9.2",
44
"description": "jmalcloud",
55
"author": "Jmal <[email protected]>",
66
"license": "MIT",

src/components/ShowFile/ShowFile.vue

-2
Original file line numberDiff line numberDiff line change
@@ -1338,7 +1338,6 @@ export default {
13381338
const isMac = navigator.platform.startsWith('Mac')
13391339
const { keyCode, ctrlKey, metaKey } = event
13401340
this.isCmd = (isMac && metaKey) || (!isMac && ctrlKey)
1341-
console.log(keyCode)
13421341
// shift
13431342
if (event.keyCode === 16 && event.shiftKey) {
13441343
this.selectPin = true
@@ -1943,7 +1942,6 @@ export default {
19431942
if (!_this.grid) {
19441943
dragingDiv.firstChild.style.textAlign = 'center'
19451944
let tds = Array.prototype.slice.call(dragingDiv.childNodes)
1946-
console.log(tds)
19471945
tds.forEach((node, index) => {
19481946
if (index === 2) {
19491947
node.style.borderRadius = '0 3px 3px 0'

0 commit comments

Comments
 (0)