chore: Add translate attribute to TextAreaInput for better accessibility
This commit is contained in:
@@ -10,6 +10,8 @@ import { appWindow } from '@tauri-apps/api/window';
|
||||
import { isTauri } from "./storage/globalApi"
|
||||
import { Marked } from "marked"
|
||||
|
||||
const isFirefox = navigator.userAgent.toLowerCase().indexOf('firefox') > -1
|
||||
|
||||
const mconverted = new Marked({
|
||||
gfm: true,
|
||||
breaks: true,
|
||||
|
||||
Reference in New Issue
Block a user