Skip to content

Commit

Permalink
2.0.9
Browse files Browse the repository at this point in the history
- Added drag support for ApplicationV2 windows
- Updated verified version compatibility to v12.329
  • Loading branch information
Aioros committed Jul 19, 2024
1 parent 100e953 commit 83a496d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"discord": "MrAioros"
}
],
"version": "2.0.8",
"version": "2.0.9",
"compatibility": {
"minimum": "11",
"verified": "12.327"
"verified": "12.329"
},
"scripts": [
"dist/touch-vtt.js"
Expand All @@ -37,7 +37,7 @@
}
],
"url": "https://github.com/Oromis/touch-vtt",
"download": "https://github.com/Oromis/touch-vtt/releases/download/v2.0.8/touch-vtt-v2.0.8.zip",
"download": "https://github.com/Oromis/touch-vtt/releases/download/v2.0.9/touch-vtt-v2.0.9.zip",
"manifest": "https://raw.githubusercontent.com/Oromis/touch-vtt/main/module.json",
"license": "https://www.gnu.org/licenses/gpl-3.0.en.html",
"readme": "README.md",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "touch-vtt",
"version": "2.0.8",
"version": "2.0.9",
"description": "Adds touch support to FoundryVTT",
"main": "src/touch-vtt.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/logic/WindowAppAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import '../utils/DragDropTouch.js'
const STYLE_ID = `${MODULE_NAME}-draggable_apps_styles`

const draggableAppStyle = `
.app, .app .window-header, .app .window-title {
.app, .application, .app .window-header, .application .window-header, .app .window-title, .application .window-title {
touch-action: none;
}
`
Expand Down

0 comments on commit 83a496d

Please sign in to comment.