From 25174e837affc0b4eaaa2fe3a68b940bc498027d Mon Sep 17 00:00:00 2001 From: Hazelnoot Date: Wed, 4 Jun 2025 15:03:01 -0400 Subject: allow note toolbar to scroll https://developer.mozilla.org/en-US/docs/Web/CSS/overflow#accessibility --- locales/index.d.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'locales') diff --git a/locales/index.d.ts b/locales/index.d.ts index 182cf03284..6217a08425 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -13233,6 +13233,10 @@ export interface Locale extends ILocale { * Enabled (copy CW and prepend "RE:") */ "keepCwPrependRe": string; + /** + * Note controls + */ + "noteFooterLabel": string; } declare const locales: { [lang: string]: Locale; -- cgit v1.2.3-freya