Merge pull request #16994 from KDSBrowne/bbb-crosshair-cursor

Add Crosshair Cursor for Arrow and Eraser Tool
This commit is contained in:
Fred Dixon 2023-03-11 11:19:32 -05:00 committed by GitHub
commit ef8fb27313
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,8 +15,8 @@ const makeCursorUrl = (filename) => `${baseName}/resources/images/whiteboard-cur
const TOOL_CURSORS = {
select: 'default',
erase: 'none',
arrow: 'none',
erase: 'crosshair',
arrow: 'crosshair',
draw: `url('${makeCursorUrl('pencil.png')}') 2 22, default`,
rectangle: `url('${makeCursorUrl('square.png')}'), default`,
ellipse: `url('${makeCursorUrl('ellipse.png')}'), default`,