Skip to content

Commit dc252d4

Browse files
committed
debugui: remove Focus
Revisit this when we need it again.
1 parent c71f531 commit dc252d4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

helpers.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ func (c *Context) bringToFront(cnt *container) {
1212
cnt.zIndex = c.lastZIndex
1313
}
1414

15-
func (c *Context) Focus() {
16-
c.setFocus(c.currentID)
17-
}
18-
1915
func (c *Context) setFocus(id WidgetID) {
2016
c.focus = id
2117
c.keepFocus = true

0 commit comments

Comments
 (0)