mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 08:48:47 +01:00
Embrace the live preview
This commit is contained in:
parent
c06a31dfbb
commit
1f4d4dfea7
1 changed files with 1 additions and 0 deletions
|
@ -384,6 +384,7 @@ function App() {
|
||||||
)}
|
)}
|
||||||
{!!snapStates.showShortcutsSettings && (
|
{!!snapStates.showShortcutsSettings && (
|
||||||
<Modal
|
<Modal
|
||||||
|
class="light"
|
||||||
onClick={(e) => {
|
onClick={(e) => {
|
||||||
if (e.target === e.currentTarget) {
|
if (e.target === e.currentTarget) {
|
||||||
states.showShortcutsSettings = false;
|
states.showShortcutsSettings = false;
|
||||||
|
|
Loading…
Reference in a new issue