Skip to content

Commit

Permalink
release v1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekTree0101 committed Jan 17, 2019
1 parent a39dec6 commit c7016d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VEditorKit.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'VEditorKit'
s.version = '1.2.6'
s.version = '1.2.7'
s.summary = 'Lightweight and Powerful Editor Kit'

s.description = 'Lightweight and Powerful Editor Kit built on Texture(AsyncDisplayKit)'
Expand Down
1 change: 1 addition & 0 deletions VEditorKit/Classes/VEditorNode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,7 @@ extension VEditorNode {
control.isSelected = false
control.isEnabled = true
} else if disableXMLs.contains(control.xmlTag) {
control.isSelected = false
control.isEnabled = false
}
}
Expand Down

0 comments on commit c7016d5

Please sign in to comment.