issues
search
Blazor-Diagrams
/
Blazor.Diagrams
A fully customizable and extensible all-purpose diagrams library for Blazor
https://blazor-diagrams.zhaytam.com
MIT License
1.01k
stars
205
forks
source link
Cursor change in diagram canvas based on AllowPanning.
#407
Closed
shams-azam-wtg
closed
9 months ago
shams-azam-wtg
commented
9 months ago
Changed the cursor from grab to default in diagram canvas if AllowPanning option is disabled.
Added tests for testing the behaviour.
Created Style variable to have cursor style based on AllowPanning and added this style to diagram-canvas div.
Changed the cursor from grab to default in diagram canvas if AllowPanning option is disabled.