Skip to content

Commit

Permalink
shows working on place if not selecting anything
Browse files Browse the repository at this point in the history
  • Loading branch information
MatusGuy authored Sep 19, 2022
1 parent 74848ce commit f7b9a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RbxStudioDiscordRPC.lua
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ local function refreshSelection()
if StudioService.ActiveScript then return end

local selected = Selection:Get()
if #selected == 0 then return end
if #selected == 0 then return request({EDITING = {}}) end

local recentlySelected = selected[#selected]
local editionType: EditionType
Expand Down

0 comments on commit f7b9a4d

Please sign in to comment.