mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Issue #2106 - Clean-up: Un-prefix -moz-user-select in Comments
This commit is contained in:
parent
8f46cd0d63
commit
b11affbdf3
7 changed files with 15 additions and 15 deletions
|
|
@ -123,7 +123,7 @@ public:
|
|||
nsTArray<RangeData>* aOutput);
|
||||
/**
|
||||
* AddItem adds aRange to this Selection. If mUserInitiated is true,
|
||||
* then aRange is first scanned for -moz-user-select:none nodes and split up
|
||||
* then aRange is first scanned for user-select:none nodes and split up
|
||||
* into multiple ranges to exclude those before adding the resulting ranges
|
||||
* to this Selection.
|
||||
*/
|
||||
|
|
@ -425,7 +425,7 @@ private:
|
|||
SelectionType mSelectionType;
|
||||
/**
|
||||
* True if the current selection operation was initiated by user action.
|
||||
* It determines whether we exclude -moz-user-select:none nodes or not,
|
||||
* It determines whether we exclude user-select:none nodes or not,
|
||||
* as well as whether selectstart events will be fired.
|
||||
*/
|
||||
bool mUserInitiated;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue