@seafile/seafile-editor 3.0.42 → 3.0.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -46,7 +46,7 @@ const HeaderMenu = _ref => {
46
46
  if (clickIsInMenu) return;
47
47
 
48
48
  // in header toggle
49
- if (headerToggleRef && headerPopoverRef.contains(e.target)) return;
49
+ if (headerToggleRef && headerToggleRef.current.contains(e.target)) return;
50
50
  setIsShowHeaderPopover(false);
51
51
  unregisterEventHandler();
52
52
  // eslint-disable-next-line react-hooks/exhaustive-deps
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/seafile-editor",
3
- "version": "3.0.42",
3
+ "version": "3.0.43",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -13,14 +13,13 @@
13
13
  "Ordered_list": "Seřazený seznam",
14
14
  "Unordered_list": "Neseřazený seznam",
15
15
  "Check_list_item": "Pole zaškrtnutí",
16
- "Insert_image": "Vložit obrázek",
17
- "Insert_formula": "Vložit vzorec",
16
+ "Image": "Obrázek",
18
17
  "Formula": "Vzorec",
19
18
  "Insert_file": "Vložit soubor",
20
19
  "Code": "Řádkový kód",
21
20
  "Code_block": "Blok kódu",
22
21
  "Insert_link": "Vložit odkaz",
23
- "Insert_table": "Vložit tabulku",
22
+ "Table": "Tabulka",
24
23
  "Save": "Uložit",
25
24
  "More": "Více",
26
25
  "Invalid_url": "Chybná URL",
@@ -241,5 +240,6 @@
241
240
  "Copy_link": "Kopírovat odkaz",
242
241
  "Zoom_in": "Přiblížit",
243
242
  "Zoom_out": "Oddálit",
243
+ "Divider": "Divider",
244
244
  "Close": "Zavřít"
245
245
  }
@@ -13,14 +13,13 @@
13
13
  "Ordered_list": "Nummerierte Liste",
14
14
  "Unordered_list": "Ungeordnete Liste",
15
15
  "Check_list_item": "Checkbox Liste",
16
- "Insert_image": "Bild einfügen",
17
- "Insert_formula": "Formel einfügen",
16
+ "Image": "Bild",
18
17
  "Formula": "Formel",
19
18
  "Insert_file": "Datei einnfügen",
20
19
  "Code": "Inline-Code",
21
20
  "Code_block": "Codeblock",
22
21
  "Insert_link": "Link einfügen",
23
- "Insert_table": "Tabelle einfügen",
22
+ "Table": "Tabelle",
24
23
  "Save": "Speichern",
25
24
  "More": "Mehr",
26
25
  "Invalid_url": "Ungültige Adresse",
@@ -241,5 +240,6 @@
241
240
  "Copy_link": "Link kopieren",
242
241
  "Zoom_in": "Hineinzoomen",
243
242
  "Zoom_out": "Herauszoomen",
243
+ "Divider": "Divider",
244
244
  "Close": "Schließen"
245
245
  }
@@ -13,14 +13,13 @@
13
13
  "Ordered_list": "Lista ordenada",
14
14
  "Unordered_list": "Lista desordenada",
15
15
  "Check_list_item": "Elemento de lista de verificación",
16
- "Insert_image": "Insertar imagen",
17
- "Insert_formula": "Insertar fórmula",
16
+ "Image": "Imagen",
18
17
  "Formula": "Fórmula",
19
18
  "Insert_file": "Insertar archivo",
20
19
  "Code": "Inline code",
21
20
  "Code_block": "Bloque de código",
22
21
  "Insert_link": "Insertar enlace",
23
- "Insert_table": "Insertar tabla",
22
+ "Table": "Tabla",
24
23
  "Save": "Guardar",
25
24
  "More": "Más",
26
25
  "Invalid_url": "URL Inválida",
@@ -241,5 +240,6 @@
241
240
  "Copy_link": "Copiar enlace",
242
241
  "Zoom_in": "Acercar",
243
242
  "Zoom_out": "Alejar",
243
+ "Divider": "Divider",
244
244
  "Close": "Cerrar"
245
245
  }
@@ -13,14 +13,13 @@
13
13
  "Ordered_list": "Liste ordonnée",
14
14
  "Unordered_list": "Liste non ordonnée",
15
15
  "Check_list_item": "Élément de la liste de vérification",
16
- "Insert_image": "Insérer une image",
17
- "Insert_formula": "Insérer formule",
16
+ "Image": "Image",
18
17
  "Formula": "Formule",
19
18
  "Insert_file": "Insérer un fichier",
20
19
  "Code": "Ligne de code",
21
20
  "Code_block": "Bloc de code",
22
21
  "Insert_link": "Insérer un lien",
23
- "Insert_table": "Insérer un tableau",
22
+ "Table": "Tableau",
24
23
  "Save": "Sauvegarder",
25
24
  "More": "Plus",
26
25
  "Invalid_url": "L'adresse n'est pas valide.",
@@ -241,5 +240,6 @@
241
240
  "Copy_link": "Copier le lien",
242
241
  "Zoom_in": "Agrandir",
243
242
  "Zoom_out": "Dézoomer",
243
+ "Divider": "Divider",
244
244
  "Close": "Fermer"
245
245
  }
@@ -13,14 +13,13 @@
13
13
  "Ordered_list": "Elenco Ordiniato",
14
14
  "Unordered_list": "Elenco non ordinato",
15
15
  "Check_list_item": "Elemento di elenco verificato",
16
- "Insert_image": "Inserisci immagine",
17
- "Insert_formula": "Inserisci formula",
16
+ "Image": "Immagine",
18
17
  "Formula": "Formula",
19
18
  "Insert_file": "Inserisci file",
20
19
  "Code": "Codice in linea",
21
20
  "Code_block": "Blocco di codice",
22
21
  "Insert_link": "Inserisci collegamento",
23
- "Insert_table": "Inserisci tabella",
22
+ "Table": "Tabella",
24
23
  "Save": "Salvare",
25
24
  "More": "Altro",
26
25
  "Invalid_url": "URL non valida",
@@ -241,5 +240,6 @@
241
240
  "Copy_link": "Copia link",
242
241
  "Zoom_in": "Ingrandire",
243
242
  "Zoom_out": "Rimpicciolire",
243
+ "Divider": "Divider",
244
244
  "Close": "Chiudi"
245
245
  }
@@ -13,14 +13,13 @@
13
13
  "Ordered_list": "Нумерованный список",
14
14
  "Unordered_list": "Маркированный список",
15
15
  "Check_list_item": "Элемент контрольного списка",
16
- "Insert_image": "Вставить изображение",
17
- "Insert_formula": "Вставить формулу",
16
+ "Image": "Изображение",
18
17
  "Formula": "Формула",
19
18
  "Insert_file": "Вставить файл",
20
19
  "Code": "Встроенный код",
21
20
  "Code_block": "Блок кода",
22
21
  "Insert_link": "Вставить ссылку",
23
- "Insert_table": "Вставить таблицу",
22
+ "Table": "Таблица",
24
23
  "Save": "Сохранить",
25
24
  "More": "Подробнее",
26
25
  "Invalid_url": "Недопустимый URL",
@@ -241,5 +240,6 @@
241
240
  "Copy_link": "Копировать ссылку",
242
241
  "Zoom_in": "Увеличить",
243
242
  "Zoom_out": "Уменьшить",
243
+ "Divider": "Разделитель",
244
244
  "Close": "Закрыть"
245
245
  }
@@ -13,14 +13,13 @@
13
13
  "Ordered_list": "有序列表",
14
14
  "Unordered_list": "无序列表",
15
15
  "Check_list_item": "任务列表",
16
- "Insert_image": "插入图片",
17
- "Insert_formula": "插入公式",
16
+ "Image": "图片",
18
17
  "Formula": "公式",
19
18
  "Insert_file": "插入文件",
20
19
  "Code": "行内代码",
21
20
  "Code_block": "代码块",
22
21
  "Insert_link": "添加链接",
23
- "Insert_table": "添加表格",
22
+ "Table": "表格",
24
23
  "Save": "保存",
25
24
  "More": "更多",
26
25
  "Invalid_url": "无效链接",
@@ -13,14 +13,13 @@
13
13
  "Ordered_list": "有序列表",
14
14
  "Unordered_list": "无序列表",
15
15
  "Check_list_item": "任务列表",
16
- "Insert_image": "插入图片",
17
- "Insert_formula": "插入公式",
16
+ "Image": "图片",
18
17
  "Formula": "公式",
19
18
  "Insert_file": "插入文件",
20
19
  "Code": "行内代码",
21
20
  "Code_block": "代码块",
22
21
  "Insert_link": "添加链接",
23
- "Insert_table": "添加表格",
22
+ "Table": "表格",
24
23
  "Save": "保存",
25
24
  "More": "更多",
26
25
  "Invalid_url": "无效链接",