mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 14:35:47 +01:00
focus composer text area after drag resize
This commit is contained in:
@@ -269,6 +269,7 @@ define(['taskbar'], function(taskbar) {
|
||||
},
|
||||
resizeStop = function() {
|
||||
resizeActive = false;
|
||||
bodyEl.focus();
|
||||
$(window).off('mousemove', resizeAction);
|
||||
$(window).off('mouseup', resizeStop);
|
||||
document.body.removeEventListener('touchmove', resizeTouchAction);
|
||||
|
||||
Reference in New Issue
Block a user