Skip to content

Commit

Permalink
Update CharactersPage.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Azmoria committed Sep 22, 2023
1 parent aa809f6 commit 3abb39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CharactersPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const debounce_add_extras = mydebounce(() => {
}

const playerTokenID = find_pc_by_player_id(my_player_id(), false).sheet
$('.add-monster-token-to-vtt').off('click.addExtra').on('click.addExtra', async function(){
$('.add-monster-token-to-vtt').off('click.addExtra').on('click.addExtra', async function(e){
e.stopImmediatePropagation();
let tokenPosition = (window.TOKEN_OBJECTS[playerTokenID]) ?
{
Expand Down

0 comments on commit 3abb39c

Please sign in to comment.