From 7ff1bf586911f00915276b8db2217f6f15cc7885 Mon Sep 17 00:00:00 2001 From: mondiscourse Date: Mon, 16 Jan 2023 18:58:14 +0100 Subject: [PATCH] FIX "sup" on mobile Reported by Dan DeMontmorency on meta --- mobile/head_tag.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/head_tag.html b/mobile/head_tag.html index 15d015b..c90b72e 100644 --- a/mobile/head_tag.html +++ b/mobile/head_tag.html @@ -67,7 +67,7 @@ api.modifyClass("controller:composer", { this.get("toolbarEvent").applySurround("", "", "strikethrough_text"); }, superscript() { - this.get("toolbarEvent").applySurround("", "", "superscript_text"); + this.get("toolbarEvent").applySurround("", "", "superscript_text"); }, subscript() { this.get("toolbarEvent").applySurround("", "", "subscript_text");