Lashtw commited on
Commit
3addf9f
·
verified ·
1 Parent(s): 760b921

Upload 8 files

Browse files
Files changed (1) hide show
  1. src/views/InstructorView.js +1 -1
src/views/InstructorView.js CHANGED
@@ -187,7 +187,7 @@ export async function renderInstructorView() {
187
  <canvas id="annotation-canvas" class="absolute inset-0 z-10 touch-none cursor-none"></canvas>
188
 
189
  <!-- Custom Tool Cursor -->
190
- <div id="tool-cursor" class="absolute hidden rounded-full pointer-events-none z-50 transform -translate-x-1/2 -translate-y-1/2 transition-all duration-75 linear will-change-transform shadow-sm border border-white/50"></div>
191
  </div>
192
  </div>
193
 
 
187
  <canvas id="annotation-canvas" class="absolute inset-0 z-10 touch-none cursor-none"></canvas>
188
 
189
  <!-- Custom Tool Cursor -->
190
+ <div id="tool-cursor" class="absolute hidden rounded-full pointer-events-none z-50 transform -translate-x-1/2 -translate-y-1/2 will-change-transform shadow-sm border border-white/50"></div>
191
  </div>
192
  </div>
193