Embrace the live preview

This commit is contained in:
Lim Chee Aun 2023-04-08 22:16:58 +08:00
parent c06a31dfbb
commit 1f4d4dfea7

View file

@ -384,6 +384,7 @@ function App() {
)}
{!!snapStates.showShortcutsSettings && (
<Modal
class="light"
onClick={(e) => {
if (e.target === e.currentTarget) {
states.showShortcutsSettings = false;