mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 12:12:54 +01:00
fix: Cannot read property 'listLanguages' of undefined
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const { persistSelection } = require("../utils");
|
||||
const { TAGNAME, state } = require("./utils");
|
||||
const hljs = require("highlight.js").default;
|
||||
const hljs = require("highlight.js");
|
||||
|
||||
const LANGUAGE_SELECT_LABEL_SELECTOR =
|
||||
".tox-pop__dialog span.tox-tbtn__select-label";
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@streetwritersco/tinymce-plugins",
|
||||
"private": false,
|
||||
"version": "1.1.5",
|
||||
"version": "1.1.6",
|
||||
"description": "All the custom made or modified plugins for TinyMCE used in Notesnook & other apps maintained by Streetwriters team.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user