mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-22 13:48:46 +00:00
refactor(bs3): maybe fix for chat suggestions
This commit is contained in:
parent
46053cc520
commit
1e3042a4b6
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ habitrpg.controller("GroupsCtrl", ['$scope', '$rootScope', 'Shared', 'Groups', '
|
|||
$scope.$watch('group.chat',$scope.chatChanged);
|
||||
|
||||
$scope.caretChanged = function(newCaretPos) {
|
||||
var relativeelement = $('.chat-form div:first');
|
||||
var relativeelement = $('.chat-form:first-child');
|
||||
var textarea = $('.chat-form textarea');
|
||||
var userlist = $('.list-at-user');
|
||||
var offset = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue