Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
thegrb93 committed Sep 9, 2023
1 parent 09f04cc commit d5a05cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/starfall/editor/tabhandlers/tab_helper.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ end
-----------------------
function PANEL:Init() --That's init of VGUI like other PANEL:Methods(), separate for each tab
local html = vgui.Create("DHTML", self)
self.html = html

local backButton = vgui.Create("StarfallButton", html)
backButton:SetText("")
Expand Down Expand Up @@ -101,7 +102,6 @@ function PANEL:Init() --That's init of VGUI like other PANEL:Methods(), separate
html:SetMouseInputEnabled(true)
if TabHandler.htmldata then html:SetHTML(TabHandler.htmldata) end
htmlSetup(nil, self)
self.html = html
end

function PANEL:RefreshHelper()
Expand Down

0 comments on commit d5a05cb

Please sign in to comment.