mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
use BOM marker instead of ZWS
that's what others do ...
This commit is contained in:
parent
366a4aa308
commit
c5c987f62e
@ -33,7 +33,8 @@ function insertAfter(node, nodeToInsert) {
|
||||
}
|
||||
}
|
||||
|
||||
export const ZERO_WIDTH_SPACE = "\u200b";
|
||||
// this is a BOM marker actually
|
||||
export const ZERO_WIDTH_SPACE = "\ufeff";
|
||||
// a caret node is a node that allows the caret to be placed
|
||||
// where otherwise it wouldn't be possible
|
||||
// (e.g. next to a pill span without adjacent text node)
|
||||
|
Loading…
Reference in New Issue
Block a user