mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
fix(console): rm console trace
This commit is contained in:
parent
acb0eb77cf
commit
ecea0feb5f
1 changed files with 0 additions and 1 deletions
|
@ -493,7 +493,6 @@ class Contenteditable extends React.Component
|
|||
# you revert to a previous state, the selection updates as well.
|
||||
_saveSelection: =>
|
||||
selection = new ExtendedSelection(@_editableNode())
|
||||
console.trace()
|
||||
return unless selection?.isInScope()
|
||||
|
||||
@setInnerState
|
||||
|
|
Loading…
Reference in a new issue