@dossier/d-quill
Advanced tools
Comparing version 0.4.7 to 0.4.8
@@ -85,5 +85,6 @@ import React, { useCallback, useContext, useEffect, useRef, useState, } from "react"; | ||
var translatedTooltip = getMessage("gui.kolibriUi.RichTextEditor.button." + tooltip); | ||
tool && | ||
translatedTooltip && | ||
tool.setAttribute("title", translatedTooltip); | ||
if (tool && translatedTooltip) { | ||
tool.setAttribute("data-tooltip", translatedTooltip); | ||
tool.setAttribute("aria-label", translatedTooltip); | ||
} | ||
}, [getMessage]); | ||
@@ -90,0 +91,0 @@ useOutsideClickListener(editorRef, handleClickOutside); |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "0.4.7"; | ||
export declare const VERSION = "0.4.8"; |
// THIS FILE IS GENERATED WHEN PUBLISHING TO NPM | ||
// DO NOT TOUCH | ||
export var VERSION = "0.4.7"; | ||
export var VERSION = "0.4.8"; |
{ | ||
"name": "@dossier/d-quill", | ||
"version": "0.4.7", | ||
"version": "0.4.8", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "A powerful React rich text editor", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
83544
1594