Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
siibra-explorer
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiao Gui
siibra-explorer
Commits
9035e21b
Commit
9035e21b
authored
4 years ago
by
fsdavid
Browse files
Options
Downloads
Patches
Plain Diff
Move drag&drop to nehuba container
parent
af426fe2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/atlasViewer/atlasViewer.template.html
+5
-5
5 additions, 5 deletions
src/atlasViewer/atlasViewer.template.html
with
5 additions
and
5 deletions
src/atlasViewer/atlasViewer.template.html
+
5
−
5
View file @
9035e21b
...
...
@@ -41,7 +41,6 @@
<!-- atlas template -->
<ng-template
#viewerBody
>
<div
class=
"atlas-container"
(drag-drop)=
"localFileService.handleFileDrop($event)"
iav-media-query
#media
="
iavMediaQuery
"
>
<!-- prevent default is required so that user do not zoom in on UI or scroll on mobile UI -->
...
...
@@ -54,7 +53,8 @@
[currentOnHover]=
"iavMouseHoverEl.currentOnHoverObs$ | async"
iav-captureClickListenerDirective
[iav-captureClickListenerDirective-captureDocument]=
"true"
(iav-captureClickListenerDirective-onUnmovedClick)=
"mouseClickDocument($event)"
>
(iav-captureClickListenerDirective-onUnmovedClick)=
"mouseClickDocument($event)"
(drag-drop)=
"localFileService.handleFileDrop($event)"
>
<!-- top right content transclusion -->
<div
ui-nehuba-container-overlay-top-right
class=
"d-inline-flex flex-row justify-content-end align-items-start z-index-6 position-absolute pe-none w-100 h-100"
>
...
...
@@ -106,7 +106,7 @@
</ng-container>
</mat-chip-list>
<!-- current layer tmpl -->
<ng-template
#currParcellationTmpl
let-parc=
"parc"
let-addParc=
"addParc"
>
...
...
@@ -149,7 +149,7 @@
[ngClass]=
"chipClass"
(click)=
"onclick && onclick()"
[selected]=
"selected"
>
<span>
{{ parcel?.groupName ? (parcel?.groupName + ' - ') : '' }}{{ parcel
&&
(parcel.displayName || parcel.name) }}
</span>
...
...
@@ -291,7 +291,7 @@
[iav-dataset-preview-dataset-file-kgid]=
"layer.datasetId"
[iav-dataset-preview-dataset-file-filename]=
"layer.filename"
#preview
="
iavDatasetPreviewDatasetFile
"
>
</div>
<mat-chip
class=
"pe-all"
(click)=
"uiNehubaContainer.matDrawerMinor.open() && uiNehubaContainer.navSideDrawerMainSwitch.open()"
>
...
...
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