diff --git a/static/css/s2.css b/static/css/s2.css index 1f147ac52c..0d48648d9a 100644 --- a/static/css/s2.css +++ b/static/css/s2.css @@ -9500,6 +9500,7 @@ span.purim-emoji img{ position: relative; pointer-events:none; background-color: transparent; + margin-left: 50px; } .editorAddInterface:before { content: ""; diff --git a/static/js/Editor.jsx b/static/js/Editor.jsx index f5cba6c6a8..344ec63835 100644 --- a/static/js/Editor.jsx +++ b/static/js/Editor.jsx @@ -1062,12 +1062,14 @@ const AddInterface = ({ attributes, children, element }) => { const Element = (props) => { const { attributes, children, element } = props; + const [isHovering, setIsHovering] = useState(false); const sheetItemClasses = { sheetItem: 1, empty: !(Node.string(element)), highlight: (useSlate().highlightedNode === (element.node ? element.node.toString() : null)) }; + switch (element.type) { case 'spacer': const spacerSelected = useSelected(); @@ -1077,8 +1079,12 @@ const Element = (props) => { empty: 1 } return ( -
השתדרות ד פועל
Hebrew Ranges
שמות, כ"ד, יג - יד
-שמות, כ"ד, יג-יד
+שמות, כ"ד, יג-יד
במדבר, כ"ז, טו - כג
בראשית א לא - ב ו
(en dash) בראשית א לא – ב ו