Skip to content

Commit 18d3780

Browse files
authored
Merge pull request #75 from Imperial-visualizations/dev
Added prop to not allow resizing of pane for compatibility with legacy visualisations
2 parents 5b2a193 + d302a40 commit 18d3780

File tree

5 files changed

+504
-681
lines changed

5 files changed

+504
-681
lines changed

Template/App.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010

1111

1212
<template #hotspots>
13-
<iv-pane position='left' format='overlay' opacity=1></iv-pane>
13+
<iv-pane :allowResize=false position='left' format='overlay' :glass=true></iv-pane>
1414

15-
<iv-toggle-hotspot position='top' title='Toggle Hotspot' glass=true>
15+
<iv-toggle-hotspot position='top' title='Toggle Hotspot' :glass=true>
1616
I am in a toggle hotspot
17+
<iv-slider></iv-slider>
1718
</iv-toggle-hotspot>
1819

1920
<iv-fixed-hotspot position='topright'>

0 commit comments

Comments
 (0)