mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-01-18 21:17:59 +00:00
Disabled object viewer
This commit is contained in:
parent
14e5b1f806
commit
15a20d4916
@ -7,7 +7,7 @@
|
|||||||
import Grid from '../../../components/grid.svelte';
|
import Grid from '../../../components/grid.svelte';
|
||||||
import Icon from '../../../components/icon.svelte';
|
import Icon from '../../../components/icon.svelte';
|
||||||
import ObjectGrid from '../../../components/objectgrid.svelte';
|
import ObjectGrid from '../../../components/objectgrid.svelte';
|
||||||
import ObjectViewer from '../../../components/objectviewer.svelte';
|
// import ObjectViewer from '../../../components/objectviewer.svelte';
|
||||||
import { applicationSettings, views } from '../../../stores';
|
import { applicationSettings, views } from '../../../stores';
|
||||||
|
|
||||||
export let collection;
|
export let collection;
|
||||||
@ -197,7 +197,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ObjectViewer bind:data={objectViewerData} />
|
<!-- <ObjectViewer bind:data={objectViewerData} /> -->
|
||||||
|
|
||||||
<datalist id="limits">
|
<datalist id="limits">
|
||||||
{#each [ 1, 5, 10, 25, 50, 100, 200 ] as value}
|
{#each [ 1, 5, 10, 25, 50, 100, 200 ] as value}
|
||||||
|
Loading…
Reference in New Issue
Block a user