Made ctrl shortcut go straight to typing.
This commit is contained in:
@@ -12,7 +12,7 @@ export const MatrixView: Component = () => {
|
||||
<div class="h-[calc(100vh-12rem)] md:h-[calc(100vh-8rem)] flex flex-col">
|
||||
<header class="mb-6">
|
||||
<h2 class="text-3xl font-bold tracking-tight">Strategy Matrix</h2>
|
||||
<p class="text-muted-foreground mt-1 text-lg">Urgency vs Impact mapping.</p>
|
||||
<p class="text-muted-foreground mt-1 text-lg">Urgency vs Priority mapping.</p>
|
||||
</header>
|
||||
|
||||
<div class="flex-1 relative border-2 border-dashed border-muted rounded-3xl overflow-hidden bg-muted/20">
|
||||
|
||||
Reference in New Issue
Block a user