mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibWeb+LibGfx: Apply editorial punctuation/whitespace/markup fixes
Corresponds tod426109ea1
andfd08f81d06
This commit is contained in:
parent
a35d14eab3
commit
423cdd447d
Notes:
github-actions[bot]
2025-06-24 15:13:34 +00:00
Author: https://github.com/AtkinsSJ
Commit: 423cdd447d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5194
Reviewed-by: https://github.com/shannonbooth ✅
35 changed files with 108 additions and 103 deletions
|
@ -376,7 +376,7 @@ EventResult DragAndDropEventHandler::handle_drag_end(
|
|||
{
|
||||
bool dropped = false;
|
||||
|
||||
// 1. If the current drag operation is "none" (no drag operation), or, if the user ended the drag-and-drop
|
||||
// 1. If the current drag operation is "none" (no drag operation), or if the user ended the drag-and-drop
|
||||
// operation by canceling it (e.g. by hitting the Escape key), or if the current target element is null, then
|
||||
// the drag operation failed. Run these substeps:
|
||||
if (m_current_drag_operation == HTML::DataTransferEffect::none || cancelled == Cancelled::Yes || !m_current_target_element) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue