File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Next
4+ - Fix buttons causing form submissions
5+
36## 2.2.3 - 2022 Nov 10
47- Improve Tailwind compatibility
58
Original file line number Diff line number Diff line change 205205 <div class =" tab-container" tabindex =" -1" >
206206 <div class =" top" >
207207 <button
208+ type =" button"
208209 class =" page-button"
209210 tabindex =" -1"
210211 on:click ={() => setMonth (browseDate .getMonth () - 1 )}
267268 >
268269 </div >
269270 <button
271+ type =" button"
270272 class =" page-button"
271273 tabindex =" -1"
272274 on:click ={() => setMonth (browseDate .getMonth () + 1 )}
Original file line number Diff line number Diff line change 6464 /></svg
6565 >
6666 </a >
67- <button class ="icon theme-toggle" on:click ={toggleTheme }>
67+ <button type = "button" class ="icon theme-toggle" on:click ={toggleTheme }>
6868 <svg
6969 xmlns =" http://www.w3.org/2000/svg"
7070 enable-background =" new 0 0 24 24"
You can’t perform that action at this time.
0 commit comments