Skip to content
Snippets Groups Projects
Commit 7172534a authored by chris's avatar chris
Browse files

remove import

parent 3bf0758b
No related branches found
No related tags found
1 merge request!472Upgrade pm
......@@ -74,7 +74,7 @@ const updateTrackStatus = status => {
};
const onWarning = message => {
console.log(message);
alert(message);
};
export default {
......
......@@ -2,7 +2,6 @@ import { Service } from 'wax-prosemirror-core';
import { imageNode, figureCaptionNode, figureNode } from './schema';
import PlaceHolderPlugin from './plugins/placeHolderPlugin';
import captionPlugin from './plugins/captionPlugin';
import disallowPasteImagesPlugin from './plugins/disallowPasteImagesPlugin';
import Image from './Image';
import './image.css';
import AltComponent from './AltComponent';
......@@ -11,11 +10,6 @@ class ImageService extends Service {
name = 'ImageService';
boot() {
// this.app.PmPlugins.add(
// 'disallowPasteImagesPlugin',
// disallowPasteImagesPlugin('disallowPasteImagesPlugin', this.app.context),
// );
this.app.PmPlugins.add(
'imagePlaceHolder',
PlaceHolderPlugin('imagePlaceHolder'),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment