Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wax-prosemirror
Manage
Activity
Members
Labels
Plan
Issues
34
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wax
wax-prosemirror
Commits
46bf16bd
Commit
46bf16bd
authored
5 years ago
by
Giannis Kopanas
Browse files
Options
Downloads
Patches
Plain Diff
fix(load) editor loading
parent
a04584ac
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!45
Develop
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
wax-prosemirror-core/src/config/defaultConfig.js
+2
-0
2 additions, 0 deletions
wax-prosemirror-core/src/config/defaultConfig.js
wax-prosemirror-services/src/LinkService/LinkService.js
+0
-1
0 additions, 1 deletion
wax-prosemirror-services/src/LinkService/LinkService.js
with
2 additions
and
1 deletion
wax-prosemirror-core/src/config/defaultConfig.js
+
2
−
0
View file @
46bf16bd
...
...
@@ -4,6 +4,7 @@ import {
MenuService
,
RulesService
,
ShortCutsService
,
AnnotationToolGroupService
,
/*TODO MOVE FROM DEFAULT CONFIG*/
ImageService
,
PlaceholderService
,
...
...
@@ -27,6 +28,7 @@ export default {
new
ShortCutsService
(),
new
LayoutService
(),
new
MenuService
(),
new
AnnotationToolGroupService
(),
new
ListToolGroupService
(),
new
TextStyleService
(),
new
PlaceholderService
(),
...
...
This diff is collapsed.
Click to expand it.
wax-prosemirror-services/src/LinkService/LinkService.js
+
0
−
1
View file @
46bf16bd
import
Service
from
"
wax-prosemirror-core/src/services/Service
"
;
import
LinkComponent
from
"
./LinkComponent
"
;
import
LinkPlugin
from
"
./pmPlugins/LinkPlugin
"
;
import
{
linkMark
}
from
"
wax-prosemirror-schema
"
;
import
LinkTool
from
"
./LinkTool
"
;
import
{
OverlayService
}
from
"
../..
"
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment