Skip to content

Commit

Permalink
continuing to troubleshoot
Browse files Browse the repository at this point in the history
  • Loading branch information
Erallie committed Nov 28, 2024
1 parent 26e38e8 commit 5fd4619
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "diarian",
"name": "Diarian",
"version": "1.2.15",
"version": "1.2.16",
"minAppVersion": "1.6.7",
"description": "All-in-one journaling toolkit.",
"author": "Erika Gozar",
Expand Down
4 changes: 2 additions & 2 deletions src/views/rating-view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ export class RatingView extends Modal {

if (newTarget) {
let id: string | number = newTarget.id;
if (newTarget.id === undefined || newTarget.id === null || newTarget.id === "") {
/* if (newTarget.id === undefined || newTarget.id === null || newTarget.id === "") {
resetID();
return;
}
} */

if (id.startsWith('rating-'))
id = id.slice('rating-'.length);
Expand Down

0 comments on commit 5fd4619

Please sign in to comment.