stop annoying drag on some handles
This commit is contained in:
@@ -91,8 +91,12 @@
|
||||
<button id="final_change_password_button">Change Password</button>
|
||||
</div>
|
||||
|
||||
<div id="resize_photo_dialouge" class="card static_center hidden">
|
||||
<div id="image_container">
|
||||
<div
|
||||
id="resize_photo_dialouge"
|
||||
class="card static_center hidden"
|
||||
draggable="false"
|
||||
>
|
||||
<div id="image_container" draggable="false">
|
||||
<img
|
||||
id="new_profile_image"
|
||||
alt="new-profile-image"
|
||||
@@ -125,7 +129,7 @@
|
||||
</div>
|
||||
<div id="resize_photo_box" draggable="false"></div>
|
||||
</div>
|
||||
<button id="confirm_change">Confirm Change</button>
|
||||
<button id="confirm_change" draggable="false">Confirm Change</button>
|
||||
</div>
|
||||
|
||||
<img id="logo_image" alt="logo" src="/logo" />
|
||||
|
||||
Reference in New Issue
Block a user