Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nfc
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
CodeLinaro
hoperuntest
aa
bb
cc
dd
nfc
Commits
55bea7d4
Commit
55bea7d4
authored
4 years ago
by
NGPixel
Browse files
Options
Downloads
Patches
Plain Diff
fix: enable spellcheck in visual editor
parent
1e4a633b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
client/components/editor/editor-ckeditor.vue
+1
-0
1 addition, 0 deletions
client/components/editor/editor-ckeditor.vue
with
1 addition
and
0 deletions
client/components/editor/editor-ckeditor.vue
+
1
−
0
View file @
55bea7d4
...
@@ -67,6 +67,7 @@ export default {
...
@@ -67,6 +67,7 @@ export default {
this
.
editor
=
await
DecoupledEditor
.
create
(
this
.
$refs
.
editor
,
{
this
.
editor
=
await
DecoupledEditor
.
create
(
this
.
$refs
.
editor
,
{
language
:
this
.
locale
,
language
:
this
.
locale
,
placeholder
:
'
Type the page content here
'
,
placeholder
:
'
Type the page content here
'
,
disableNativeSpellChecker
:
false
,
wordCount
:
{
wordCount
:
{
onUpdate
:
stats
=>
{
onUpdate
:
stats
=>
{
this
.
stats
=
{
this
.
stats
=
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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