MercanoGlobal / SNIP

Powerful PHP pastebin application for securely sharing and managing code snippets and text notes in real-time.
GNU General Public License v3.0
2 stars 2 forks source link

Using `bootstrap` theme while `$config['js_editor']` is set to `ace` or `codemirror` allow us to type in the paste area of a pate #8

Closed TehPeGaSuS closed 2 months ago

TehPeGaSuS commented 2 months ago

Enabling the bootstrap theme while having $config['js_editor'] set to ace or codemirror lets us type on the paste area of a paste (it should only display the paste).

We can delete the paste text, add text, etc, even if that doesn't affect the paste content that's stored in the database

MercanoGlobal commented 2 months ago

Not a major issue. This is how CodeMirror and ACE display info, and it's not worth the complications of modifying these. Maybe if someone decides to create a proper Bootstrap 5.3 theme, we'll have this implemented correctly.