Skip to content

Commit

Permalink
🐛 Fixed commandpalettenotice popping up all the time
Browse files Browse the repository at this point in the history
  • Loading branch information
mawoka-myblock committed Sep 12, 2023
1 parent cb27db9 commit 78dc3a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SPDX-License-Identifier: MPL-2.0
return;
}
open = true;
// Cookies.set('commandpalette_notice', 'shown', { expires: new Date().setDate(new Date().getDate() + 30) });
Cookies.set('commandpalette_notice', 'shown', { expires: new Date().setDate(new Date().getDate() + 30) });
});
</script>
Expand Down

0 comments on commit 78dc3a4

Please sign in to comment.