good first issue
倉庫指標
- Star
- (5,395 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
I have just encountered an issue regarding grid resizing on window resizing.
I see the source code:
angular.element($window).on('resize', gridResize);
I see inconsistency where the grid is not fully resized to fill up the whole div. working on a solution...