Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Commit

Permalink
Release preparation, Temporary fix for disappearing notes (waiting fo…
Browse files Browse the repository at this point in the history
…r fix in core foundry)
  • Loading branch information
Rughalt committed Oct 22, 2020
1 parent 37c92e9 commit 476af1c
Show file tree
Hide file tree
Showing 5 changed files with 321 additions and 238 deletions.
2 changes: 1 addition & 1 deletion D35E.css
Original file line number Diff line number Diff line change
Expand Up @@ -4332,7 +4332,7 @@ tr.introjs-showElement > th {
width: 100%;
flex: 1;
max-width: calc(100% - 60px);
height: 100px;
height: 109px;
top: 0;
left: 0;
}
Expand Down
2 changes: 1 addition & 1 deletion less/system.less
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@
width: 100%;
flex: 1;
max-width: calc(100% - 60px);
height: 100px;
height: 109px;
top:0;
left: 0;
}
Expand Down
3 changes: 2 additions & 1 deletion module/actor/sheets/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -1581,7 +1581,8 @@ export class ActorSheetPF extends ActorSheet {

async _onSubmit(event, {updateData=null, preventClose=false}={}) {
event.preventDefault();
await this._updateItems();
//todo: wait for foundry fix
this._updateItems();

return super._onSubmit(event, {updateData, preventClose});
}
Expand Down
4 changes: 2 additions & 2 deletions system.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "D35E",
"title": "DND 3.5e",
"description": "DND 3.5E implementation for Foundry VTT. Aiming to provide 100% SRD coverage.<br><br>Originaly based LoopeeDK conversion of Furyspark's Pathfinder1 system.",
"version": "0.86.2",
"description": "DND 3.5e implementation for Foundry VTT. Aiming to provide 100% SRD coverage.",
"version": "0.86.4",
"author": "Rughalt",
"templateVersion": 2,
"scripts": [],
Expand Down
Loading

0 comments on commit 476af1c

Please sign in to comment.