Kevin

Results 2 issues of Kevin

https://phpoffice.github.io/PHPPresentation/usage/shapes/richtext.html How do you set the properties? ``` // Create a new rich text shape $shape = $currentSlide->createRichTextShape(); // Set the topInset (adjust the value as needed) $shape->setTopInset(20); // 20...

Resolved submenu click passthrough on mobile https://github.com/swisnl/jQuery-contextMenu/issues/575 https://github.com/swisnl/jQuery-contextMenu/issues/471