Chris Bracken 7c7df0d58b
Add null check in FLETextInputPlugin (#8538)
Adds a guard on `_activeClientID` in `insertNewline:`. The conditional
around the `insertText:replacementRange:` call already catches this, but
we then unconditionally pack `_activeClientID` into an `NSArray`, which
disallows nil.
2019-04-12 21:10:23 -07:00
..
2019-04-12 14:23:13 -07:00
2019-04-12 14:23:13 -07:00
2018-11-07 12:24:35 -08:00
2018-11-07 12:24:35 -08:00