remove empty line

This commit is contained in:
bigbluebutton 2024-01-12 12:21:51 +02:00
parent 1be6293569
commit e30c5786ba

View File

@ -670,7 +670,6 @@ export default Whiteboard = React.memo(function Whiteboard(props) {
console.log("EDITOR : ", editor);
const debouncePersistShape = debounce({ delay: 0 }, persistShape);
const colorStyles = ['black', 'blue', 'green', 'grey', 'light-blue', 'light-green', 'light-red', 'light-violet', 'orange', 'red', 'violet', 'yellow'];
const dashStyles = ['dashed', 'dotted', 'draw', 'solid'];