]> BookStack Code Mirror - bookstack/blobdiff - resources/js/components/page-comment.js
Search: Prevented negated terms filling in UI inputs
[bookstack] / resources / js / components / page-comment.js
index 79c9d3c2c673cd6b405eca30ba4d6ae83e1cef75..cac20c9fb2c6351ffaccf1cc6a31d486680b4c43 100644 (file)
@@ -1,6 +1,6 @@
 import {Component} from './component';
 import {getLoading, htmlToDom} from '../services/dom';
-import {buildForInput} from '../wysiwyg/config';
+import {buildForInput} from '../wysiwyg-tinymce/config';
 
 export class PageComment extends Component {