Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
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
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
42076e72
Commit
42076e72
authored
Feb 11, 2021
by
Lyza Danger Gardner
Committed by
Lyza Gardner
Feb 16, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move `adder-toolbar` -> `AdderToolbar`
parent
fad14cf1
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
+2
-2
adder.js
src/annotator/adder.js
+1
-1
AdderToolbar.js
src/annotator/components/AdderToolbar.js
+0
-0
AdderToolbar-test.js
src/annotator/components/test/AdderToolbar-test.js
+0
-0
adder-test.js
src/annotator/test/adder-test.js
+1
-1
No files found.
src/annotator/adder.js
View file @
42076e72
import
{
render
}
from
'preact'
;
import
AdderToolbar
from
'./components/
adder-t
oolbar'
;
import
AdderToolbar
from
'./components/
AdderT
oolbar'
;
import
{
isTouchDevice
}
from
'../shared/user-agent'
;
import
{
createShadowRoot
}
from
'./util/shadow-root'
;
...
...
src/annotator/components/
adder-t
oolbar.js
→
src/annotator/components/
AdderT
oolbar.js
View file @
42076e72
File moved
src/annotator/components/test/
adder-t
oolbar-test.js
→
src/annotator/components/test/
AdderT
oolbar-test.js
View file @
42076e72
File moved
src/annotator/test/adder-test.js
View file @
42076e72
...
...
@@ -32,7 +32,7 @@ function revertOffsetElement(el) {
// nb. These tests currently cover the `AdderToolbar` Preact component as well
// as the `Adder` container. The tests for `AdderToolbar` should be moved into
// `
adder-t
oolbar-test.js`.
// `
AdderT
oolbar-test.js`.
describe
(
'Adder'
,
()
=>
{
let
adderCtrl
;
let
adderCallbacks
;
...
...
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