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.
1 parent ac3f8e1 commit c465e67Copy full SHA for c465e67
server/server.go
@@ -405,7 +405,7 @@ func (s *Server) Close() error {
405
func (s *Server) Enable(extensions ...Extension) {
406
for _, ext := range extensions {
407
// Ignore built-in extensions
408
- if ext.Command("UNSELECT") != nil || ext.Command("MOVE") != nil {
+ if ext.Command("UNSELECT") != nil || ext.Command("MOVE") != nil || ext.Command("IDLE") != nil {
409
continue
410
}
411
s.extensions = append(s.extensions, ext)
0 commit comments