File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 22 <div class =" contents" >
33 <div class =" page-contents" >
44 <!-- Following hidden input is hacky way to update monaco editor theme when user changes theme manually -->
5- <input type =" hidden" inert :value =" onThemeChange" />
5+ <input
6+ type =" hidden"
7+ class =" invisible none"
8+ aria-hidden =" true"
9+ inert
10+ :value =" onThemeChange"
11+ />
612 <Navbar :show-back-button =" true" />
713 <main class =" outline-none" tabindex =" 0" >
814 <DiffActionBar :diff-navigator =" diffNavigator" />
Original file line number Diff line number Diff line change 22 <div class =" page-contents" >
33 <Navbar />
44 <!-- Following hidden input is hacky way to update monaco editor theme when user changes theme manually -->
5- <input type =" hidden" inert :value =" onThemeChange" />
5+ <input
6+ type =" hidden"
7+ inert
8+ :value =" onThemeChange"
9+ class =" invisible none"
10+ aria-hidden =" true"
11+ />
612 <main class =" text-gray-800 outline-none dark:text-gray-50" tabindex =" 0" >
713 <section >
814 <header >
You can’t perform that action at this time.
0 commit comments