mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Removed forced initial image manager display
This commit is contained in:
parent
a139c2a8a2
commit
08c73f02c9
@ -17,9 +17,4 @@
|
|||||||
@include('pages.parts.image-manager', ['uploaded_to' => $page->id])
|
@include('pages.parts.image-manager', ['uploaded_to' => $page->id])
|
||||||
@include('pages.parts.code-editor')
|
@include('pages.parts.code-editor')
|
||||||
@include('entities.selector-popup')
|
@include('entities.selector-popup')
|
||||||
<script nonce="{{ $cspNonce }}" type="module">
|
|
||||||
window.$components.first('image-manager').show((image) => {
|
|
||||||
console.log(image);
|
|
||||||
}, 'gallery');
|
|
||||||
</script>
|
|
||||||
@stop
|
@stop
|
Loading…
Reference in New Issue
Block a user