Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit ac5abfa

Browse files
committed
chore(input): fix comment
1 parent bea8210 commit ac5abfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/input.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1306,7 +1306,7 @@ function baseInputType(scope, element, attr, ctrl, $sniffer, $browser) {
13061306
deferListener(event, this, this.value);
13071307
});
13081308

1309-
// if user modifies input value using context menu in IE, we need "paste" and "cut" events to catch it
1309+
// if user modifies input value using context menu in IE, we need "paste", "cut" and "drop" events to catch it
13101310
if ($sniffer.hasEvent('paste')) {
13111311
element.on('paste cut drop', deferListener);
13121312
}

0 commit comments

Comments
 (0)