mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-23 06:14:39 +08: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.code-editor')
|
||||
@include('entities.selector-popup')
|
||||
<script nonce="{{ $cspNonce }}" type="module">
|
||||
window.$components.first('image-manager').show((image) => {
|
||||
console.log(image);
|
||||
}, 'gallery');
|
||||
</script>
|
||||
@stop
|
Loading…
Reference in New Issue
Block a user