Skip to content

Commit

Permalink
Merge pull request #226 from jamebal/dev
Browse files Browse the repository at this point in the history
chore: bump version to v2.9.2
  • Loading branch information
jamebal authored Jul 9, 2024
2 parents 360727f + 05065e7 commit 955296e
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": "jmal-cloud-view",
"version": "2.9.1",
"version": "2.9.2",
"description": "jmalcloud",
"author": "Jmal <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 0 additions & 2 deletions src/components/ShowFile/ShowFile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1338,7 +1338,6 @@ export default {
const isMac = navigator.platform.startsWith('Mac')
const { keyCode, ctrlKey, metaKey } = event
this.isCmd = (isMac && metaKey) || (!isMac && ctrlKey)
console.log(keyCode)
// shift
if (event.keyCode === 16 && event.shiftKey) {
this.selectPin = true
Expand Down Expand Up @@ -1943,7 +1942,6 @@ export default {
if (!_this.grid) {
dragingDiv.firstChild.style.textAlign = 'center'
let tds = Array.prototype.slice.call(dragingDiv.childNodes)
console.log(tds)
tds.forEach((node, index) => {
if (index === 2) {
node.style.borderRadius = '0 3px 3px 0'
Expand Down

0 comments on commit 955296e

Please sign in to comment.