Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
a-doc-editor
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ramdayal Munda
a-doc-editor
Commits
e042810a
Commit
e042810a
authored
Dec 08, 2023
by
ramdayalmunda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
handling new page on enter
parent
668fae9e
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
a-doc-editor.css
dist/assets/a-doc-editor.css
+3
-3
a-doc-editor.js
dist/assets/a-doc-editor.js
+0
-0
No files found.
dist/assets/a-doc-editor.css
View file @
e042810a
...
@@ -5,8 +5,8 @@
...
@@ -5,8 +5,8 @@
}
}
.a-doc-editor
canvas
:focus-visible
{
.a-doc-editor
canvas
:focus-visible
{
/* outline: auto rgb(0, 68, 255, 50%); */
outline
:
auto
rgb
(
0
,
68
,
255
,
50%
);
outline
:
none
;
/* outline: none; */
background
:
#fff
;
background
:
#fff
;
}
}
...
@@ -109,7 +109,7 @@
...
@@ -109,7 +109,7 @@
}
}
.a-doc-editor
.body
.scrolling-area
canvas
.page
{
.a-doc-editor
.body
.scrolling-area
canvas
.page
{
background
:
#
f3f3f3
;
background
:
#
dd8181
;
margin-bottom
:
10px
;
margin-bottom
:
10px
;
width
:
100%
;
width
:
100%
;
box-shadow
:
4px
0px
10px
4px
rgba
(
0
,
0
,
0
,
0.4
);
box-shadow
:
4px
0px
10px
4px
rgba
(
0
,
0
,
0
,
0.4
);
...
...
dist/assets/a-doc-editor.js
View file @
e042810a
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment