fix: Cannot read property 'listLanguages' of undefined

This commit is contained in:
thecodrr
2021-09-29 12:36:18 +05:00
parent 3956e21da8
commit 6a91986669
2 changed files with 2 additions and 2 deletions

View File

@@ -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";

View File

@@ -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": {