0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-04-29 06:09:56 +00:00

Cover images: Updated description wording to better detail size

To make it clearer that the advised size may not be fixed.
For 
This commit is contained in:
Dan Brown 2024-02-19 20:26:04 +00:00
parent 999d41a7f5
commit 16327cf40c
No known key found for this signature in database
GPG key ID: 46D9F943C24A2EF9
2 changed files with 2 additions and 2 deletions
resources/js/code

View file

@ -1,4 +1,4 @@
import {EditorView, keymap, Direction} from '@codemirror/view';
import {EditorView, keymap} from '@codemirror/view';
import {copyTextToClipboard} from '../services/clipboard';
import {viewerExtensions, editorExtensions} from './setups';