Skip to content

Commit

Permalink
Merge pull request #229 from sinankambran/keyboard
Browse files Browse the repository at this point in the history
Adaptive keyboard completed
  • Loading branch information
Muhammed-Rahif authored Nov 17, 2024
2 parents f7f2794 + 93581ce commit 19d99e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no"
content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no, interactive-widget=resizes-content"
/>

<title>Notpad</title>
<link rel="icon" href="/Notpad/favicon.png" />
</head>
Expand Down
2 changes: 2 additions & 0 deletions src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<div class="flex h-full flex-col">
<MenuBar />
<EditorTabs />

</div>

<!-- Additional Components -->
Expand All @@ -32,6 +33,7 @@
<GoToDialog />
<FindDialog />
<Shortcuts />

{/await}

<Toaster />
Expand Down

0 comments on commit 19d99e9

Please sign in to comment.