mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-02 12:02:45 +00:00
@@ -55,7 +55,7 @@
|
||||
}
|
||||
|
||||
elem.on('keyup', $mdUtil.debounce(AutoGrowTextArea, 200));
|
||||
elem.on('paste', AutoGrowTextArea);
|
||||
elem.on('paste', $mdUtil.debounce(AutoGrowTextArea, 0));
|
||||
|
||||
var deregisterWatcher = scope.$watch(function() {
|
||||
return elem[0].value;
|
||||
|
||||
Reference in New Issue
Block a user