Skip to content

Commit ae01e20

Browse files
committed
maint(pat-inject): Remove obsolete raptor-ui trigger.
Remove the ".raptor-ui .ui-button.pat-inject" trigger selector which was for raptor WYSIWYG HTML editor support. This editor isn't actively developed since almost 9 years and not supported anymore. This is not a breaking change.
1 parent 411653d commit ae01e20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pat/inject/inject.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ parser.addArgument("url");
4444

4545
const inject = {
4646
name: "inject",
47-
trigger:
48-
".raptor-ui .ui-button.pat-inject, a.pat-inject, form.pat-inject, .pat-subform.pat-inject",
47+
trigger: "a.pat-inject, form.pat-inject, .pat-subform.pat-inject",
4948
parser: parser,
5049

5150
init($el, opts) {

0 commit comments

Comments
 (0)