mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-01-18 13:07:58 +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 Icon from '../../../components/icon.svelte';
|
||||
import ObjectGrid from '../../../components/objectgrid.svelte';
|
||||
import ObjectViewer from '../../../components/objectviewer.svelte';
|
||||
// import ObjectViewer from '../../../components/objectviewer.svelte';
|
||||
import { applicationSettings, views } from '../../../stores';
|
||||
|
||||
export let collection;
|
||||
@ -197,7 +197,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ObjectViewer bind:data={objectViewerData} />
|
||||
<!-- <ObjectViewer bind:data={objectViewerData} /> -->
|
||||
|
||||
<datalist id="limits">
|
||||
{#each [ 1, 5, 10, 25, 50, 100, 200 ] as value}
|
||||
|
Loading…
Reference in New Issue
Block a user