mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
fix: styling error + word error
This commit is contained in:
parent
82d036d344
commit
55e4b93562
@ -5,7 +5,7 @@ import {icon} from 'app/client/ui2018/icons';
|
||||
import {cssLink} from 'app/client/ui2018/links';
|
||||
import {dom, styled} from 'grainjs';
|
||||
|
||||
const t = makeT('DiscussionEditor');
|
||||
const t = makeT('EditorTooltip');
|
||||
|
||||
export function showTooltipToCreateFormula(editorDom: HTMLElement, convert: () => void) {
|
||||
function buildTooltip(ctl: ITooltipControl) {
|
||||
|
Loading…
Reference in New Issue
Block a user