Remove unused variable

This commit is contained in:
Kris 2019-05-28 14:31:52 -04:00
parent c57ab12238
commit 67d8ceedf1

View File

@ -54,7 +54,7 @@ const isInside = (text, regex) => {
class Toolbar {
constructor(opts) {
const { site, siteSettings } = opts;
const { siteSettings } = opts;
this.shortcuts = {};
this.context = null;