We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Leet tabs
1 parent 7bd3e3d commit e73c1feCopy full SHA for e73c1fe
lua/leetcode/pickers/question-tabs.lua
@@ -82,11 +82,11 @@ return {
82
return log.warn("No questions opened")
83
end
84
85
- table.sort(tabs, function(q1, q2)
86
- local fid1, fid2 =
87
- tonumber(q1.question.q.frontend_id), tonumber(q2.question.q.frontend_id)
88
- return (fid1 and fid2) and fid1 < fid2 or fid1 ~= nil
89
- end)
+ -- table.sort(tabs, function(q1, q2)
+ -- local fid1, fid2 =
+ -- tonumber(q1.question.q.frontend_id), tonumber(q2.question.q.frontend_id)
+ -- return (fid1 and fid2) and fid1 < fid2 or fid1 ~= nil
+ -- end)
90
91
pickers
92
.new(opts, {
0 commit comments