Skip to content

Commit

Permalink
Merge pull request #396 from mrjones2014/mrj/395/fix-find-error
Browse files Browse the repository at this point in the history
fix(api): Fix error when calling find() with nil options table
  • Loading branch information
mrjones2014 authored Jul 8, 2023
2 parents c4210a6 + 4828992 commit 3db15ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/legendary/ui/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ local M = {}
---@param context LegendaryEditorContext
---@overload fun(opts:LegendaryFindOpts,context:LegendaryEditorContext)
local function select_inner(opts, context, itemlist)
opts = opts or {}
if itemlist then
Log.trace('Relaunching select UI for an item group')
else
Expand Down

0 comments on commit 3db15ca

Please sign in to comment.